opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: "ygrek"
homepage: "https://github.com/ygrek/ocaml-cbor"
bug-reports: "https://github.com/ygrek/ocaml-cbor/issues"
dev-repo: "git://github.com/ygrek/ocaml-cbor.git"
tags: "org:ygrek"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.00.0"}
  "dune" {>= "1.1"}
  "base-bytes"
  "ocplib-endian" {>= "0.6"}
  "yojson" {with-test & >= "1.6" }
]
synopsis: "CBOR encoder/decoder (RFC 7049) - native OCaml implementation"
description: """
The Concise Binary Object Representation (CBOR) is a data format whose design goals
include the possibility of extremely small code size, fairly small message size, and
extensibility without the need for version negotiation."""
url {
  src: "https://ygrek.org/p/release/ocaml-cbor/ocaml-cbor-0.4.tar.gz"
  checksum: [
    "md5=205a9b1f06919a6605afb5b72070a6fb"
    "sha256=d316fb000a4360bf02636a05047d82e1793c9eedd61e8c0083f72cd3575f1907"
    "sha512=b9af310a0197b4e99385bc1aa324bfb64ae221d3023029f5c23f08c714b866d96760f3c23ca4713f2fe83ce2360e9afb69eccd5af5a15172a76830e199447be1"
  ]
  mirrors: "https://github.com/ygrek/ocaml-cbor/releases/download/0.4/ocaml-cbor-0.4.tar.gz"
}
