Skip to content

Commit d000b22

Browse files
committed
Update opam file, oasis setup
1 parent 05fbe53 commit d000b22

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: nodejs
3-
Version: 0.5
3+
Version: 0.6
44
Synopsis: js_of_ocaml bindings for nodejs
55
Authors: Edgar Aroutiounian <[email protected]>
66
Maintainers: Edgar Aroutiounian <[email protected]>

opam/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "nodejs"
3-
version: "0.5"
3+
version: "0.6"
44
maintainer: "Edgar Aroutiounian <[email protected]>"
55
authors: [ "Edgar Aroutiounian <[email protected]>" ]
66
license: "BSD-3-clause"
@@ -23,10 +23,11 @@ build-test: [
2323
["ocaml" "setup.ml" "-test"]
2424
]
2525
depends: [
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

3233
available: [ ocaml-version >= "4.02.3" ]

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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¥»íãñ·Â\1300Ù#\129\019DU";
6779+
oasis_digest = Some "\146VI\019Ã\030tYh\151ÏYQ¿Ò ";
67806780
oasis_exec = None;
67816781
oasis_setup_args = [];
67826782
setup_update = false

src/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 40de907af6e1a7e4e18dc2875dbbcd1c)
3-
version = "0.5"
2+
# DO NOT EDIT (digest: 5e6c6f0df89bff731db9d15a0f603bb6)
3+
version = "0.6"
44
description = "js_of_ocaml bindings for nodejs"
55
requires = "js_of_ocaml js_of_ocaml.ppx yojson magic-mime"
66
archive(byte) = "nodejs.cma"

0 commit comments

Comments
 (0)