ocplib-json-typed: follow upstream file organization
This commit is contained in:
parent
464de6d6b8
commit
8012bdca65
@ -1,7 +0,0 @@
|
||||
(library
|
||||
(name ocplib_json_typed)
|
||||
(public_name ocplib-json-typed)
|
||||
(flags (:standard -w -9))
|
||||
(synopsis "Reliable manipulation of JSON objects")
|
||||
(libraries uri)
|
||||
(wrapped false))
|
@ -1,7 +0,0 @@
|
||||
(library
|
||||
(name ocplib_json_typed_browser)
|
||||
(public_name ocplib-json-typed-browser)
|
||||
(flags (:standard -w -9 -open Js_of_ocaml))
|
||||
(synopsis "Native browser representation of JSON documents")
|
||||
(libraries ocplib-json-typed js_of_ocaml)
|
||||
(wrapped false))
|
@ -1,7 +0,0 @@
|
||||
(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))
|
26
vendors/ocplib-json-typed/src/dune
vendored
Normal file
26
vendors/ocplib-json-typed/src/dune
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
(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 -open Js_of_ocaml))
|
||||
(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