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.18.0"} 13 "ppx_deriving" 14 "hex" {with-test} 15 "alcotest" {>= "1.1.0" & with-test} 16] 17conflicts: [ 18 "ocaml-migrate-parsetree" {= "1.7.1"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "runtest" "-p" name] {with-test} 24] 25dev-repo: "git+https://github.com/mirage/repr.git" 26url { 27 src: 28 "https://github.com/mirage/repr/releases/download/0.2.0/repr-fuzz-0.2.0.tbz" 29 checksum: [ 30 "sha256=36db1188217a8b0ad3c5c745f120ac1a46ff1767a6440988bd7280e68e751850" 31 "sha512=c7399f64b8bdc5b0aad63b66feb6142096b9b72bc27aee94d8896d780271d0dadbf242f09b1a92cc2b1a4f29e2ca5db08f77d1ebeb0ee5761c61a031a3ca3657" 32 ] 33} 34x-commit-hash: "1c89adff2f6b504a44ce2e9077068ba216ec342b"