Revision ea8470542dd0cd24272d92c68f0e3eb18eb25ff4 authored by Grégoire Henry on 04 March 2019, 14:50:46 UTC, committed by Benjamin Canou on 24 April 2019, 22:35:17 UTC
1 parent af1613a
Raw File
tezos-data-encoding.opam
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: [ "Tezos devteam" ]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "ocamlfind" { build }
  "dune" { build & >= "1.7" }
  "tezos-stdlib"
  "ezjsonm"
  "ocplib-json-typed"
  "ocplib-json-typed-bson"
  "ocplib-endian"
  "alcotest" { with-test }
  "crowbar" { with-test }
]
build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
  [ "dune" "runtest" "-p" name "-j" jobs ]
]
synopsis: "Tezos: library of auto-documented JSON-and-binary encoding combinators"
back to top