···22synopsis: "Native CBOR codec with type-safe combinators"
33description: """
44Type-safe CBOR (RFC 8949) encoding and decoding using a combinator-based
55-approach. Define codecs once and use them for both encoding and decoding
66-OCaml values to and from CBOR binary format."""
55+ approach. Define codecs once and use them for both encoding and decoding
66+ OCaml values to and from CBOR binary format."""
77maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
88authors: ["Anil Madhavapeddy"]
99license: "ISC"
1010homepage: "https://tangled.org/anil.recoil.org/ocaml-cbort"
1111bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cbort/issues"
1212-dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cbort.git"
1312depends: [
1413 "dune" {>= "3.20"}
1514 "ocaml" {>= "5.1"}
···3231 "@doc" {with-doc}
3332 ]
3433]
3434+x-maintenance-intent: ["(latest)"]
3535+3636+dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cbort.git"
3537url {
3638 src: "git+https://tangled.org/anil.recoil.org/ocaml-cbort.git#main"
3739}
3838-x-maintenance-intent: ["(latest)"]