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"
8license: "MIT"
9build: ["dune" "build" "-p" name "-j" jobs]
10depends: [
11 "ocaml" {>= "4.07.0"}
12 "dune" {>= "1.1"}
13 "base-bytes"
14 "ocplib-endian" {>= "0.6"}
15 "yojson" {with-test & >= "1.6" }
16]
17synopsis: "CBOR encoder/decoder (RFC 7049) - native OCaml implementation"
18description: """
19The Concise Binary Object Representation (CBOR) is a data format whose design goals
20include the possibility of extremely small code size, fairly small message size, and
21extensibility without the need for version negotiation."""
22url {
23 src: "https://ygrek.org/p/release/ocaml-cbor/ocaml-cbor-0.5.tar.gz"
24 checksum: [
25 "md5=f2897047d4f2f8ad770b6a37c1b05d51"
26 "sha256=e26a66fdfbfd5f9b854503bc5ea0613a9c58c19ade12d2777b123037a62e94a3"
27 "sha512=13e3c019f620fc069c6dd0b940053b6ab48f3dd1eea7defd40542b6e253017d3fc99756a2c2f314e7425904a4dd9901d54b305019fcbc54e9917ed0789524b2a"
28 ]
29 mirrors: "https://github.com/ygrek/ocaml-cbor/releases/download/0.5/ocaml-cbor-0.5.tar.gz"
30}