this repo has no description
1opam-version: "2.0" 2synopsis: "PPX deriver for type representations" 3description: "PPX deriver for type representations" 4maintainer: ["thomas@gazagnaire.org"] 5authors: ["Thomas Gazagnaire" "Craig Ferguson"] 6license: "ISC" 7homepage: "https://github.com/mirage/repr" 8bug-reports: "https://github.com/mirage/repr/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "repr" {= version} 12 "ppxlib" {>= "0.12.0" & < "0.36.0"} 13 "ppxlib" {with-test & < "0.23.0"} 14 "ppx_deriving" 15 "hex" {with-test} 16 "alcotest" {>= "1.1.0" & with-test} 17 "odoc" {with-doc} 18] 19conflicts: [ 20 "ocaml-migrate-parsetree" {= "1.7.1"} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/mirage/repr.git" 37x-commit-hash: "4580711e964edcbb0cbced99cb4d456ca453c1c9" 38url { 39 src: 40 "https://github.com/mirage/repr/releases/download/0.2.1/repr-fuzz-0.2.1.tbz" 41 checksum: [ 42 "sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1" 43 "sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d" 44 ] 45}