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 "ppx_deriving" 15 "fmt" 16 "hex" {with-test} 17 "optint" {>= "0.1.0" & with-test} 18 "alcotest" {>= "1.4.0" & with-test} 19 "odoc" {with-doc} 20] 21conflicts: [ 22 "ocaml-migrate-parsetree" {= "1.7.1"} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/mirage/repr.git" 39url { 40 src: 41 "https://github.com/mirage/repr/releases/download/0.7.0/repr-0.7.0.tbz" 42 checksum: [ 43 "sha256=8adac9fe85bf8a0e20eeb6810d7216e98e1b7f4d9bd399e61bb1024ace2501ac" 44 "sha512=5b104c52a05a3ed7a4505dea3b3b7ee16bba020b5d2d8e4dfd680ff8f82ae021caf0f29207616ac2ae40dfd5bb641a144e31b11d29c5ba4918ba616a57f74647" 45 ] 46} 47x-commit-hash: "953d46ab9254ca89a4410a1cc4b240ce5be10b2a"