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 "odoc" {with-doc} 17] 18conflicts: [ 19 "ocaml-migrate-parsetree" {= "1.7.1"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/mirage/repr.git" 36x-commit-hash: "d8f03cd243cf92c6e4a6ec760f33e0bc23dd982e" 37url { 38 src: 39 "https://github.com/mirage/repr/releases/download/0.1.0/repr-fuzz-0.1.0.tbz" 40 checksum: [ 41 "sha256=90225eeb444ad52be83cebb8d80196a9ba2cc5f3da066390c17dadd361db7339" 42 "sha512=15396ed0599acad3be7319574d0492ed8dd4aa2b9669acfc20b3acf98a186cfceabdd186ef88bd994f409fcb885bfbb2d086330092777a7da93f282e4a02b159" 43 ] 44}