swh:1:snp:61dcfc0dd5674a0e65803e88039c122d9532074e
Raw File
Tip revision: 8f9c8dc66ea84c0cbe001c8d9acc0329560c1e1d authored by Raphaƫl Proust on 05 January 2023, 11:30:36 UTC
binary.encoding.array
Tip revision: 8f9c8dc
binary-data-encoding.opam
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.99.0"
synopsis: "Binary codecs and de/serialisation"
description: ""
maintainer: ["Nomadic Labs"]
authors: ["Nomadic Labs"]
license: "MIT"
homepage: "https://gitlab.com/nomadic-labs/data-encoding"
doc: "https://nomadic-labs.gitlab.io/data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/-/issues"
depends: [
  "ocaml" {>= "4.14"}
  "dune" {>= "3.0"}
  "optint"
  "qcheck" {with-test & >= "0.19"}
  "qcheck-alcotest" {with-test}
  "alcotest" {with-test & >= "1.5.0"}
  "ppx_expect" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git"
back to top