Skip to content

Commit 3068887

Browse files
committed
prepare 0.2.0
1 parent b3a9450 commit 3068887

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
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: d3
3-
Version: 0.1.0
3+
Version: 0.2.0
44
OCamlVersion: >= 4.01.0
55
Synopsis: OCaml bindings for D3.js
66
Authors: Spiros Eliopoulos <[email protected]>

lib/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: 5f2d5ce69d2a1c47aee88aba417e63b2)
3-
version = "0.1.0"
2+
# DO NOT EDIT (digest: 0f0d7ac152c7f184a8f6e65b297bb084)
3+
version = "0.2.0"
44
description = "OCaml bindings for D3.js"
55
requires = "js_of_ocaml js_of_ocaml.syntax"
66
archive(byte) = "d3.cma"

opam/opam

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "d3"
3-
version: "0.1.0"
3+
version: "0.2.0"
44
maintainer: "Spiros Eliopoulos <[email protected]>"
55
authors: [ "Spiros Eliopoulos <[email protected]>" ]
66
license: "BSD-3-clause"
@@ -24,8 +24,4 @@ depends: [
2424
"js_of_ocaml"
2525
"ocamlfind" {build}
2626
]
27-
depopts: [
28-
"lwt" {build}
29-
"yojson" {build}
30-
]
3127
available: [ ocaml-version >= "4.01.0" ]

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: 219597eeedfaed00b6caca303aa14571) *)
4+
(* DO NOT EDIT (digest: f4d2cdb42a85938778b437e55fd95591) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6695,7 +6695,7 @@ let setup_t =
66956695
alpha_features = ["ocamlbuild_more_args"];
66966696
beta_features = [];
66976697
name = "d3";
6698-
version = "0.1.0";
6698+
version = "0.2.0";
66996699
license =
67006700
OASISLicense.DEP5License
67016701
(OASISLicense.DEP5Unit
@@ -6893,7 +6893,7 @@ let setup_t =
68936893
};
68946894
oasis_fn = Some "_oasis";
68956895
oasis_version = "0.4.5";
6896-
oasis_digest = Some "\007\019\241`\251'=AJ\166\214_j7\029\251";
6896+
oasis_digest = Some "\216&\143P\243w\164\162\020e\252/\183\160\199\177";
68976897
oasis_exec = None;
68986898
oasis_setup_args = [];
68996899
setup_update = false

0 commit comments

Comments
 (0)