this repo has no description

Package bare_encoding.0.1

Changed files
+36
packages
bare_encoding
bare_encoding.0.1
+36
packages/bare_encoding/bare_encoding.0.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "BARE encoding, see https://baremessages.org/"
+
maintainer: ["simon cruanes"]
+
authors: ["simon cruanes"]
+
license: "MIT"
+
tags: ["encoding" "binary" "bare"]
+
homepage: "https://github.com/c-cube/bare-ocaml"
+
bug-reports: "https://github.com/c-cube/bare-ocaml/issues"
+
depends: [
+
"dune" {>= "2.8" & >= "2.5"}
+
"ocaml" {>= "4.08"}
+
"qtest" {with-test & >= "2.10"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://github.com/c-cube/bare-ocaml/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=5f1ce66a16a76b0cd8433883d297ce60"
+
"sha512=1e2323779b25fc9cf1f1ea6def59fd3fbc4134573b9dd3adac150ce86e94ea3ff4f13d0c03cd6421b087ee2b7868dd4b5eaede1db4460f5c42a0e15ee24e21ec"
+
]
+
}