https://gitlab.com/nomadic-labs/data-encoding/
Raw File
Tip revision: 46eb7664b37c94a2fcb73a4f0510586f08ab75fb authored by Raphaƫl Proust on 04 January 2022, 09:42:04 UTC
Merge branch 'raphael-p@fix-lazy-encoding-error-management' into 'master'
Tip revision: 46eb766
data-encoding.opam
opam-version: "2.0"
maintainer: "contact@nomadic-labs.com"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git"
license: "MIT"
depends: [
  "ocaml" { >= "4.08" }
  "dune" { >= "1.11" }
  "ezjsonm"
  "zarith" {>= "1.4"}
  "hex" {>= "1.3.0"}
  "json-data-encoding" { = "0.9.1" }
  "json-data-encoding-bson" { = "0.9.1" }
  "alcotest" { with-test }
  "crowbar" { >= "0.2" & with-test }
  "ocamlformat" { = "0.18.0" & dev }
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Library of JSON and binary encoding combinators"
back to top