opam-version: "2.0" synopsis: "PPX deriver for type representations" description: "PPX deriver for type representations" maintainer: ["thomas@gazagnaire.org"] authors: ["Thomas Gazagnaire" "Craig Ferguson"] license: "ISC" homepage: "https://github.com/mirage/repr" bug-reports: "https://github.com/mirage/repr/issues" depends: [ "dune" {>= "2.7"} "repr" {= version} "ppxlib" {>= "0.12.0" & < "0.36.0"} "ppxlib" {with-test & < "0.23.0"} "ppx_deriving" "hex" {with-test} "alcotest" {>= "1.1.0" & with-test} "odoc" {with-doc} ] conflicts: [ "ocaml-migrate-parsetree" {= "1.7.1"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mirage/repr.git" x-commit-hash: "4580711e964edcbb0cbced99cb4d456ca453c1c9" url { src: "https://github.com/mirage/repr/releases/download/0.2.1/repr-fuzz-0.2.1.tbz" checksum: [ "sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1" "sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d" ] }