this repo has no description
1opam-version: "2.0" 2synopsis: "Dynamic type representations. Provides no stability guarantee" 3description: """ 4This package defines a library of combinators for building dynamic type 5representations and a set of generic operations over representable types, used 6in the implementation of Irmin and related packages. 7 8It is not yet intended for public consumption and provides no stability 9guarantee. 10""" 11maintainer: ["thomas@gazagnaire.org"] 12authors: ["Thomas Gazagnaire" "Craig Ferguson"] 13license: "ISC" 14homepage: "https://github.com/mirage/repr" 15bug-reports: "https://github.com/mirage/repr/issues" 16depends: [ 17 "dune" {>= "2.7"} 18 "ocaml" {>= "4.08.0"} 19 "fmt" {>= "0.8.7"} 20 "uutf" 21 "jsonm" {>= "1.0.0"} 22 "base64" {>= "3.0.0"} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "runtest" "-p" name] {with-test} 28] 29dev-repo: "git+https://github.com/mirage/repr.git" 30url { 31 src: 32 "https://github.com/mirage/repr/releases/download/0.2.0/repr-fuzz-0.2.0.tbz" 33 checksum: [ 34 "sha256=36db1188217a8b0ad3c5c745f120ac1a46ff1767a6440988bd7280e68e751850" 35 "sha512=c7399f64b8bdc5b0aad63b66feb6142096b9b72bc27aee94d8896d780271d0dadbf242f09b1a92cc2b1a4f29e2ca5db08f77d1ebeb0ee5761c61a031a3ca3657" 36 ] 37} 38x-commit-hash: "1c89adff2f6b504a44ce2e9077068ba216ec342b"