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" 8doc: "https://mirage.github.io/repr" 9bug-reports: "https://github.com/mirage/repr/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "repr" {= version} 13 "ppxlib" {>= "0.12.0" & < "0.36.0"} 14 "ppxlib" {with-test & < "0.23.0"} 15 "ppx_deriving" 16 "hex" {with-test} 17 "alcotest" {>= "1.4.0" & with-test} 18 "odoc" {with-doc} 19 20 # TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib 21 "sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed 22] 23conflicts: [ 24 "ocaml-migrate-parsetree" {= "1.7.1"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/mirage/repr.git" 41x-commit-hash: "f79f95e20ea37f052d170c3d36dac9f0e5966039" 42url { 43 src: 44 "https://github.com/mirage/repr/releases/download/0.4.0/repr-fuzz-0.4.0.tbz" 45 checksum: [ 46 "sha256=1791765a495981cc69c0d591ef06831ca158d85192c6631b4838b3ee997dfcce" 47 "sha512=09fac16a9d4df87bf68b275b032407ddd281beadd2881f848fc2e58d5205538b2a9c3ad6743de268ce70838defcc72de49c1f7e3b02ac590f2ff187fcf0abfab" 48 ] 49}