Revision 84afe9824fa1a3ee2d4e12627b9d494a4e3584b5 authored by Raphaël Proust on 02 June 2021, 11:28:48 UTC, committed by Raphaël Proust on 02 June 2021, 11:28:48 UTC
Release v0.4

See merge request nomadic-labs/data-encoding!46
2 parent s 97a338c + 57cfc11
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.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.15.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