this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3authors: "ygrek"
4homepage: "https://github.com/ygrek/ocaml-cbor"
5bug-reports: "https://github.com/ygrek/ocaml-cbor/issues"
6dev-repo: "git+https://github.com/ygrek/ocaml-cbor.git"
7tags: "org:ygrek"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "ocaml" {>= "4.00.0"}
11 "dune" {>= "1.1"}
12 "base-bytes"
13 "ocplib-endian" {>= "0.6"}
14 "yojson" {with-test & >= "1.6" }
15]
16synopsis: "CBOR encoder/decoder (RFC 7049) - native OCaml implementation"
17description: """
18The Concise Binary Object Representation (CBOR) is a data format whose design goals
19include the possibility of extremely small code size, fairly small message size, and
20extensibility without the need for version negotiation."""
21url {
22 src: "https://ygrek.org/p/release/ocaml-cbor/ocaml-cbor-0.3.tar.gz"
23 checksum: [
24 "md5=0013506a3c55582dab2a1e879911b3d9"
25 "sha256=8690ed5a4848865e5e666cca7f41db0888fc6a07f4519c9496119351f96d46ea"
26 "sha512=7509c17b7e2a6fcd70be7a1aecf8eed01cb747f832aaa9a421682710603d532b31c74203166344181ff9a4b10729ccc922ad8b439805f9f99e62b65fb2d14613"
27 ]
28 mirrors:
29 "https://github.com/ygrek/ocaml-cbor/releases/download/0.3/ocaml-cbor-0.3.tar.gz"
30}