Skip to content

Commit

Permalink
Update opam file, oasis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fxfactorial committed Nov 15, 2015
1 parent 05fbe53 commit d000b22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: nodejs
Version: 0.5
Version: 0.6
Synopsis: js_of_ocaml bindings for nodejs
Authors: Edgar Aroutiounian <edgar.factorial@gmail.com>
Maintainers: Edgar Aroutiounian <edgar.factorial@gmail.com>
Expand Down
5 changes: 3 additions & 2 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "nodejs"
version: "0.5"
version: "0.6"
maintainer: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
authors: [ "Edgar Aroutiounian <edgar.factorial@gmail.com>" ]
license: "BSD-3-clause"
Expand All @@ -23,10 +23,11 @@ build-test: [
["ocaml" "setup.ml" "-test"]
]
depends: [
"js_of_ocaml"
"js_of_ocaml" {>= "2.6"}
"oasis" {build & >= "0.4"}
"ocamlfind" {build}
"yojson"
"magic-mime"
]

available: [ ocaml-version >= "4.02.3" ]
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: fc542cfcf6189cbc7ec1a38f21d78026) *)
(* DO NOT EDIT (digest: bb7f8b79aff3b20aa378e088044ff162) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6673,7 +6673,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "nodejs";
version = "0.5";
version = "0.6";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6776,7 +6776,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "p¥»íãñ·Â\1300Ù#\129\019DU";
oasis_digest = Some "\146VI\019Ã\030tYh\151ÏYQ¿Ò ";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
4 changes: 2 additions & 2 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 40de907af6e1a7e4e18dc2875dbbcd1c)
version = "0.5"
# DO NOT EDIT (digest: 5e6c6f0df89bff731db9d15a0f603bb6)
version = "0.6"
description = "js_of_ocaml bindings for nodejs"
requires = "js_of_ocaml js_of_ocaml.ppx yojson magic-mime"
archive(byte) = "nodejs.cma"
Expand Down

0 comments on commit d000b22

Please sign in to comment.