Vendors: update ocplib-json-typed

This commit is contained in:
Benjamin Canou 2018-05-04 21:32:20 +02:00
parent cd731df938
commit 19b5ce4fba
20 changed files with 28 additions and 28 deletions

1
vendors/ocplib-json-typed/jbuild vendored Normal file
View File

@ -0,0 +1 @@
(jbuild_version 1)

View 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)))

View 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)))

View 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)))

View File

@ -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)))