Skip to content

Commit aabc8da

Browse files
Package data-encoding.0.7.1
1 parent 685eb4e commit aabc8da

File tree

1 file changed

+39
-0
lines changed
  • packages/data-encoding/data-encoding.0.7.1

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Nomadic Labs" ]
4+
homepage: "https://gitlab.com/nomadic-labs/data-encoding"
5+
bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/issues"
6+
dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git"
7+
license: "MIT"
8+
depends: [
9+
"ocaml" { >= "4.10" }
10+
"dune" { >= "2.0" }
11+
"ezjsonm"
12+
"zarith" {>= "1.4"}
13+
"zarith_stubs_js"
14+
"hex" {>= "1.3.0"}
15+
"json-data-encoding" { >= "0.12" & < "0.13" }
16+
"json-data-encoding-bson" { >= "0.12" & < "0.13" }
17+
"alcotest" { with-test }
18+
"crowbar" { >= "0.2" & with-test }
19+
"ppx_expect" { with-test }
20+
"either"
21+
"ppx_hash"
22+
"ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
23+
"odoc" { with-doc }
24+
"md2mld" { with-test } # not technically a test dep; modify when https://github.com/ocurrent/ocaml-ci/issues/264 is fixed
25+
"js_of_ocaml-compiler" { with-test }
26+
]
27+
build: [
28+
["dune" "build" "-p" name "-j" jobs]
29+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
30+
]
31+
synopsis: "Library of JSON and binary encoding combinators"
32+
url {
33+
src:
34+
"https://gitlab.com/nomadic-labs/data-encoding/-/archive/v0.7.1/data-encoding-v0.7.1.tar.gz"
35+
checksum: [
36+
"md5=a1a36b7ed3e4e17f751462ff54cf1c6f"
37+
"sha512=93cbec5d3d3828b5368203b76af543c491d545e7d2200a050996289dc705b43ad025bc2e3201a8b1240ea3e2609f4abba9000ea15c53b84294f0cf3bfd89a92d"
38+
]
39+
}

0 commit comments

Comments
 (0)