File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11OASISFormat: 0.4
22Name: nodejs
3- Version: 0.5
3+ Version: 0.6
44Synopsis: js_of_ocaml bindings for nodejs
55Authors: Edgar Aroutiounian <
[email protected] >
66Maintainers: Edgar Aroutiounian <
[email protected] >
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "nodejs"
3- version: "0.5 "
3+ version: "0.6 "
44maintainer: "Edgar Aroutiounian <
[email protected] >"
55authors: [ "Edgar Aroutiounian <
[email protected] >" ]
66license: "BSD-3-clause"
@@ -23,10 +23,11 @@ build-test: [
2323 ["ocaml" "setup.ml" "-test"]
2424]
2525depends: [
26- "js_of_ocaml"
26+ "js_of_ocaml" {>= "2.6"}
2727 "oasis" {build & >= "0.4"}
2828 "ocamlfind" {build}
2929 "yojson"
30+ "magic-mime"
3031]
3132
3233available: [ ocaml-version >= "4.02.3" ]
Original file line number Diff line number Diff line change 11(* setup.ml generated for the first time by OASIS v0.4.5 *)
22
33(* OASIS_START *)
4- (* DO NOT EDIT (digest: fc542cfcf6189cbc7ec1a38f21d78026 ) *)
4+ (* DO NOT EDIT (digest: bb7f8b79aff3b20aa378e088044ff162 ) *)
55(*
66 Regenerated by OASIS v0.4.5
77 Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6673,7 +6673,7 @@ let setup_t =
66736673 alpha_features = [] ;
66746674 beta_features = [] ;
66756675 name = " nodejs" ;
6676- version = " 0.5 " ;
6676+ version = " 0.6 " ;
66776677 license =
66786678 OASISLicense. DEP5License
66796679 (OASISLicense. DEP5Unit
@@ -6776,7 +6776,7 @@ let setup_t =
67766776 };
67776777 oasis_fn = Some " _oasis" ;
67786778 oasis_version = " 0.4.5" ;
6779- oasis_digest = Some " p¥»íãñ·Â \130 0Ù# \129\019 DU " ;
6779+ oasis_digest = Some " \146 VI \019 Ã \030 tYh \151 ÏYQ¿Ò " ;
67806780 oasis_exec = None ;
67816781 oasis_setup_args = [] ;
67826782 setup_update = false
Original file line number Diff line number Diff line change 11# OASIS_START
2- # DO NOT EDIT (digest: 40de907af6e1a7e4e18dc2875dbbcd1c )
3- version = "0.5 "
2+ # DO NOT EDIT (digest: 5e6c6f0df89bff731db9d15a0f603bb6 )
3+ version = "0.6 "
44description = "js_of_ocaml bindings for nodejs"
55requires = "js_of_ocaml js_of_ocaml.ppx yojson magic-mime"
66archive(byte) = "nodejs.cma"
You can’t perform that action at this time.
0 commit comments