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.4.tar.gz"
23 checksum: [
24 "md5=205a9b1f06919a6605afb5b72070a6fb"
25 "sha256=d316fb000a4360bf02636a05047d82e1793c9eedd61e8c0083f72cd3575f1907"
26 "sha512=b9af310a0197b4e99385bc1aa324bfb64ae221d3023029f5c23f08c714b866d96760f3c23ca4713f2fe83ce2360e9afb69eccd5af5a15172a76830e199447be1"
27 ]
28 mirrors: "https://github.com/ygrek/ocaml-cbor/releases/download/0.4/ocaml-cbor-0.4.tar.gz"
29}