File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ 2016-10-07: Some portability improvements and Travis integration
2
+
3
+ Thanks to Leonid Rozenberg <leonidr@gmail.com> for his Travis work!
4
+
1
5
2016-06-14: Changed default configuration setting for loadable extensions
2
6
on Mac OS X. Due to frequent installation issues the default
3
7
setting is now to turn off loadable extensions on that platform.
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.4
2
2
Name: sqlite3
3
- Version: 4.0.5
3
+ Version: 4.0.6
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
opam-version: "1.2"
2
2
name: "sqlite3"
3
- version: "4.0.5 "
3
+ version: "4.0.6 "
4
4
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
5
5
authors: [ "Markus Mottl <markus.mottl@gmail.com>"
6
6
"Christian Szegedy <csdontspam@metamatix.com>" ]
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: e7ceb8cf1548e386c7250b2fbc5f7891 ) *)
4
+ (* DO NOT EDIT (digest: 48ccb78c8764291f7b4cd3ecafbbf1cd ) *)
5
5
(*
6
6
Regenerated by OASIS v0.4.6
7
7
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7004,7 +7004,7 @@ let setup_t =
7004
7004
alpha_features = [] ;
7005
7005
beta_features = [] ;
7006
7006
name = " sqlite3" ;
7007
- version = " 4.0.5 " ;
7007
+ version = " 4.0.6 " ;
7008
7008
license =
7009
7009
OASISLicense. DEP5License
7010
7010
(OASISLicense. DEP5Unit
@@ -7591,14 +7591,15 @@ let setup_t =
7591
7591
};
7592
7592
oasis_fn = Some " _oasis" ;
7593
7593
oasis_version = " 0.4.6" ;
7594
- oasis_digest = Some " \192 S\r\243\174\254\155 ]\239 >\t\198\232 p-0" ;
7594
+ oasis_digest =
7595
+ Some " \211\176 =\252\195 j\217\206\246 x\227\240\192\205 7\170 " ;
7595
7596
oasis_exec = None ;
7596
7597
oasis_setup_args = [] ;
7597
7598
setup_update = false
7598
7599
};;
7599
7600
7600
7601
let setup () = BaseSetup. setup setup_t;;
7601
7602
7602
- # 7603 " setup.ml"
7603
+ # 7604 " setup.ml"
7603
7604
(* OASIS_STOP *)
7604
7605
let () = setup () ;;
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: 27e63caeb52312bb42f7f0429c2aa1c1 )
3
- version = "4.0.5 "
2
+ # DO NOT EDIT (digest: 6f305f62b17f229db08c33601f0c4db5 )
3
+ version = "4.0.6 "
4
4
description = "sqlite3-ocaml - SQLite3 bindings"
5
5
archive(byte) = "sqlite3.cma"
6
6
archive(byte, plugin) = "sqlite3.cma"
You can’t perform that action at this time.
0 commit comments