Skip to content

Commit 8638339

Browse files
committed
Updated distribution files
1 parent 9a76d42 commit 8638339

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-05: Improved build process for Homebrew users.
2+
3+
Thanks to Leonid Rozenberg <[email protected]> for this patch!
4+
15
2015-09-02: Major API change that is compatible with major release series 2:
26

37
It is now possible to return errors from user-defined SQL-functions

_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.0
3+
Version: 4.0.1
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: 5c96ba55072fdd9b0770a2d5872a8c6d)
3-
version = "4.0.0"
2+
# DO NOT EDIT (digest: fa19b11d9ac1a4791fb1c01cd07a002f)
3+
version = "4.0.1"
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: e68c0022204b3b21947672e8387508b1) *)
4+
(* DO NOT EDIT (digest: 728d524ab62c228fdd760d9587408492) *)
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.0";
6984+
version = "4.0.1";
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 "\tf\154\159ÒØ ;²Õv\150\148\021.\014";
7526+
oasis_digest = Some "\\\015Ñ\014×Mkl=Ý\026\129\146zR\144";
75277527
oasis_exec = None;
75287528
oasis_setup_args = [];
75297529
setup_update = false

0 commit comments

Comments
 (0)