Deps: be compatible with Js_of_ocaml.3.3.0
It now uses dune and "wraps" its library.
This commit is contained in:
parent
8f263d4da0
commit
28da6ef03b
@ -1,7 +1,7 @@
|
||||
(library
|
||||
(name ocplib_json_typed_browser)
|
||||
(public_name ocplib-json-typed-browser)
|
||||
(flags (:standard -w -9))
|
||||
(flags (:standard -w -9 -open Js_of_ocaml))
|
||||
(synopsis "Native browser representation of JSON documents")
|
||||
(libraries ocplib-json-typed js_of_ocaml)
|
||||
(wrapped false))
|
||||
|
@ -12,5 +12,5 @@ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||
depends: [
|
||||
"dune" {build & >= "1.0.1"}
|
||||
"ocplib-json-typed" {= "0.6" }
|
||||
"js_of_ocaml" {>= "3.1.0"}
|
||||
"js_of_ocaml" {>= "3.3.0"}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user