Skip to content

Commit 294f6ef

Browse files
committed
Updated distribution files
1 parent 02dd54f commit 294f6ef

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-11-18: More build process improvements for Homebrew users.
2+
3+
Thanks to Leonid Rozenberg <[email protected]> for this patch!
4+
15
2015-11-05: Improved build process for Homebrew users.
26

37
Thanks to Leonid Rozenberg <[email protected]> for this patch!

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: sqlite3
3-
Version: 4.0.1
3+
Version: 4.0.2
44
Synopsis: sqlite3-ocaml - SQLite3 bindings
55
Description: sqlite3-ocaml is an OCaml library with bindings to the
66
SQLite3 client API. Sqlite3 is a self-contained, serverless,

lib/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: fa19b11d9ac1a4791fb1c01cd07a002f)
3-
version = "4.0.1"
2+
# DO NOT EDIT (digest: 5524efdf2a9ea85569fd9184ad5804ae)
3+
version = "4.0.2"
44
description = "sqlite3-ocaml - SQLite3 bindings"
55
archive(byte) = "sqlite3.cma"
66
archive(byte, plugin) = "sqlite3.cma"

setup.ml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 728d524ab62c228fdd760d9587408492) *)
4+
(* DO NOT EDIT (digest: 4f2751487ce181081e99de1028e4c41a) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6981,7 +6981,7 @@ let setup_t =
69816981
alpha_features = [];
69826982
beta_features = [];
69836983
name = "sqlite3";
6984-
version = "4.0.1";
6984+
version = "4.0.2";
69856985
license =
69866986
OASISLicense.DEP5License
69876987
(OASISLicense.DEP5Unit
@@ -7523,7 +7523,7 @@ let setup_t =
75237523
};
75247524
oasis_fn = Some "_oasis";
75257525
oasis_version = "0.4.5";
7526-
oasis_digest = Some "\\\015Ñ\014×Mkl=Ý\026\129\146zR\144";
7526+
oasis_digest = Some "\tÿ¾%³~;¹×\t=ïÿ\\¶";
75277527
oasis_exec = None;
75287528
oasis_setup_args = [];
75297529
setup_update = false

0 commit comments

Comments
 (0)