ocplib-json-typed: inline records have been introduiced in OCaml 4.03
This commit is contained in:
parent
242c97d1f1
commit
7335d95308
@ -7,9 +7,11 @@ homepage: "https://github.com/ocamlpro/ocplib-json-typed"
|
|||||||
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
||||||
license: "LGPLv3 w/ linking exception"
|
license: "LGPLv3 w/ linking exception"
|
||||||
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
||||||
|
|
||||||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
||||||
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||||
depends: [
|
depends: [
|
||||||
|
"ocaml" {>= "4.3.0"}
|
||||||
"dune" {build & >= "1.0.1"}
|
"dune" {build & >= "1.0.1"}
|
||||||
"ocplib-json-typed" {= "0.6" }
|
"ocplib-json-typed" {= "0.6" }
|
||||||
"js_of_ocaml" {>= "3.3.0"}
|
"js_of_ocaml" {>= "3.3.0"}
|
||||||
|
@ -7,9 +7,11 @@ homepage: "https://github.com/ocamlpro/ocplib-json-typed"
|
|||||||
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
||||||
license: "LGPLv3 w/ linking exception"
|
license: "LGPLv3 w/ linking exception"
|
||||||
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
||||||
|
|
||||||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
||||||
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||||
depends: [
|
depends: [
|
||||||
|
"ocaml" {>= "4.3.0"}
|
||||||
"dune" {build & >= "1.0.1"}
|
"dune" {build & >= "1.0.1"}
|
||||||
"ocplib-json-typed" {= "0.6" }
|
"ocplib-json-typed" {= "0.6" }
|
||||||
"ocplib-endian" {>= "1.0"}
|
"ocplib-endian" {>= "1.0"}
|
||||||
|
@ -7,9 +7,11 @@ homepage: "https://github.com/ocamlpro/ocplib-json-typed"
|
|||||||
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
bug-reports: "https://github.com/ocamlpro/ocplib-json-typed/issues"
|
||||||
license: "LGPLv3 w/ linking exception"
|
license: "LGPLv3 w/ linking exception"
|
||||||
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
|
||||||
|
|
||||||
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
|
||||||
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||||
depends: [
|
depends: [
|
||||||
|
"ocaml" {>= "4.3.0"}
|
||||||
"dune" {build & >= "1.0.1"}
|
"dune" {build & >= "1.0.1"}
|
||||||
"uri" {>= "1.9.0" }
|
"uri" {>= "1.9.0" }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user