Vendors: update ocplib-json-typed
This commit is contained in:
parent
cd731df938
commit
19b5ce4fba
1
vendors/ocplib-json-typed/jbuild
vendored
Normal file
1
vendors/ocplib-json-typed/jbuild
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
(jbuild_version 1)
|
9
vendors/ocplib-json-typed/lib_json_typed/jbuild
vendored
Normal file
9
vendors/ocplib-json-typed/lib_json_typed/jbuild
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
(jbuild_version 1)
|
||||||
|
|
||||||
|
(library
|
||||||
|
((name ocplib_json_typed)
|
||||||
|
(public_name ocplib-json-typed)
|
||||||
|
(flags (:standard -w -9))
|
||||||
|
(synopsis "Reliable manipulation of JSON objects")
|
||||||
|
(libraries (uri))
|
||||||
|
(wrapped false)))
|
9
vendors/ocplib-json-typed/lib_json_typed_browser/jbuild
vendored
Normal file
9
vendors/ocplib-json-typed/lib_json_typed_browser/jbuild
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
(jbuild_version 1)
|
||||||
|
|
||||||
|
(library
|
||||||
|
((name ocplib_json_typed_browser)
|
||||||
|
(public_name ocplib-json-typed-browser)
|
||||||
|
(flags (:standard -w -9))
|
||||||
|
(synopsis "Native browser representation of JSON documents")
|
||||||
|
(libraries (ocplib-json-typed js_of_ocaml))
|
||||||
|
(wrapped false)))
|
9
vendors/ocplib-json-typed/lib_json_typed_bson/jbuild
vendored
Normal file
9
vendors/ocplib-json-typed/lib_json_typed_bson/jbuild
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
(jbuild_version 1)
|
||||||
|
|
||||||
|
(library
|
||||||
|
((name ocplib_json_typed_bson)
|
||||||
|
(public_name ocplib-json-typed-bson)
|
||||||
|
(flags (:standard -w -9))
|
||||||
|
(synopsis "BSON representation of JSON documents")
|
||||||
|
(libraries (ocplib-json-typed ocplib-endian))
|
||||||
|
(wrapped false)))
|
28
vendors/ocplib-json-typed/src/jbuild
vendored
28
vendors/ocplib-json-typed/src/jbuild
vendored
@ -1,28 +0,0 @@
|
|||||||
(jbuild_version 1)
|
|
||||||
|
|
||||||
(library
|
|
||||||
((name ocplib_json_typed)
|
|
||||||
(public_name ocplib-json-typed)
|
|
||||||
(flags (:standard -w -9))
|
|
||||||
(modules (json_encoding json_query json_repr json_schema))
|
|
||||||
(synopsis "Reliable manipulation of JSON objects")
|
|
||||||
(libraries (uri))
|
|
||||||
(wrapped false)))
|
|
||||||
|
|
||||||
(library
|
|
||||||
((name ocplib_json_typed_bson)
|
|
||||||
(public_name ocplib-json-typed-bson)
|
|
||||||
(flags (:standard -w -9))
|
|
||||||
(modules (json_repr_bson))
|
|
||||||
(synopsis "BSON representation of JSON documents")
|
|
||||||
(libraries (ocplib-json-typed ocplib-endian))
|
|
||||||
(wrapped false)))
|
|
||||||
|
|
||||||
(library
|
|
||||||
((name ocplib_json_typed_browser)
|
|
||||||
(public_name ocplib-json-typed-browser)
|
|
||||||
(flags (:standard -w -9))
|
|
||||||
(modules (json_repr_browser))
|
|
||||||
(synopsis "Native browser representation of JSON documents")
|
|
||||||
(libraries (ocplib-json-typed js_of_ocaml))
|
|
||||||
(wrapped false)))
|
|
Loading…
Reference in New Issue
Block a user