File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ 2015-11-05: Improved build process for Homebrew users.
2
+
3
+ Thanks to Leonid Rozenberg <
[email protected] > for this patch!
4
+
1
5
2015-09-02: Major API change that is compatible with major release series 2:
2
6
3
7
It is now possible to return errors from user-defined SQL-functions
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.4
2
2
Name: sqlite3
3
- Version: 4.0.0
3
+ Version: 4.0.1
4
4
Synopsis: sqlite3-ocaml - SQLite3 bindings
5
5
Description: sqlite3-ocaml is an OCaml library with bindings to the
6
6
SQLite3 client API. Sqlite3 is a self-contained, serverless,
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: 5c96ba55072fdd9b0770a2d5872a8c6d )
3
- version = "4.0.0 "
2
+ # DO NOT EDIT (digest: fa19b11d9ac1a4791fb1c01cd07a002f )
3
+ version = "4.0.1 "
4
4
description = "sqlite3-ocaml - SQLite3 bindings"
5
5
archive(byte) = "sqlite3.cma"
6
6
archive(byte, plugin) = "sqlite3.cma"
Original file line number Diff line number Diff line change 1
1
(* setup.ml generated for the first time by OASIS v0.3.0 *)
2
2
3
3
(* OASIS_START *)
4
- (* DO NOT EDIT (digest: e68c0022204b3b21947672e8387508b1 ) *)
4
+ (* DO NOT EDIT (digest: 728d524ab62c228fdd760d9587408492 ) *)
5
5
(*
6
6
Regenerated by OASIS v0.4.5
7
7
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6981,7 +6981,7 @@ let setup_t =
6981
6981
alpha_features = [] ;
6982
6982
beta_features = [] ;
6983
6983
name = " sqlite3" ;
6984
- version = " 4.0.0 " ;
6984
+ version = " 4.0.1 " ;
6985
6985
license =
6986
6986
OASISLicense. DEP5License
6987
6987
(OASISLicense. DEP5Unit
@@ -7523,7 +7523,7 @@ let setup_t =
7523
7523
};
7524
7524
oasis_fn = Some " _oasis" ;
7525
7525
oasis_version = " 0.4.5" ;
7526
- oasis_digest = Some " \t f \154\159 ÒØ ;²Õv \150\148\021 . \014 " ;
7526
+ oasis_digest = Some " \\\015 Ñ \014 ×Mkl=Ý \026\129\146 zR \144 " ;
7527
7527
oasis_exec = None ;
7528
7528
oasis_setup_args = [] ;
7529
7529
setup_update = false
You can’t perform that action at this time.
0 commit comments