swh:1:snp:61dcfc0dd5674a0e65803e88039c122d9532074e
Raw File
Tip revision: 014317c3131244dada887f2e7cf238e96c666542 authored by Raphaƫl Proust on 21 February 2023, 07:23:45 UTC
buffy.parsing
Tip revision: 014317c
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"
  "buffy"
  "qcheck" {with-test & >= "0.19"}
  "qcheck-core" {with-test}
  "ppx_expect" {with-test}
  "ocamlformat" {with-test & = "0.20.1"}
  "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