Revision c38bfaf8d320e05050a55b7634503f5dd80d9668 authored by Raphaël Proust on 22 January 2020, 20:57:56 UTC, committed by Raphaël Proust on 04 February 2020, 21:13:19 UTC
1 parent 2d58231
Raw File
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.07" }
  "dune" { >= "1.7" }
  "ezjsonm"
  "zarith"
  "json-data-encoding" { = "0.8" }
  "json-data-encoding-bson" { = "0.8" }
  "alcotest" { with-test }
  "crowbar" { with-test }
]
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