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