opam-version: "1.2"
version: "v0.9.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_compare"
bug-reports: "https://github.com/janestreet/ppx_compare/issues"
dev-repo: "https://github.com/janestreet/ppx_compare.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "--only-packages" "ppx_compare" "--root" "." "-j" jobs "@install"]
]
depends: [
  "base"                    {>= "v0.9" & < "v0.10"}
  "jbuilder"                {build & >= "1.0+beta2"}
  "ppx_core"                {>= "v0.9" & < "v0.10"}
  "ppx_driver"              {>= "v0.9" & < "v0.10"}
  "ppx_metaquot"            {>= "v0.9" & < "v0.10"}
  "ppx_type_conv"           {>= "v0.9" & < "v0.10"}
  "ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
descr: "
Generation of comparison functions from types

Part of the Jane Street's PPX rewriters collection.
"
