File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ 2012-07-15: New major release version 2.0.0:
2
+
3
+ * Upgraded to OCaml 4.00
4
+ * Switched to Oasis for packaging
5
+ * Switched to OCamlBuild for the build process
6
+ * Rewrote README in Markdown
7
+ * Added stricter compilation flags
8
+ * Fixed broken copy_out method
9
+
1
10
2012-01-10: Added new function:
2
11
3
12
* Postgresql.get_escaped_value
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.3
2
2
Name: postgresql-ocaml
3
- Version: 1.19 .0
3
+ Version: 2.0 .0
4
4
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
5
5
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
6
6
Authors: Alain Frisch <alain.frisch@lexifi.com>,
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: c1c940c394a3ad2f77709de2e36e317f )
3
- version = "1.19 .0"
2
+ # DO NOT EDIT (digest: 71c7a2e8c095d4f5010ad0beb470b2d4 )
3
+ version = "2.0 .0"
4
4
description = "postgresql-ocaml - bindings to the PostgreSQL library"
5
5
requires = "threads bigarray"
6
6
archive(byte) = "postgresql.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: 8219a3d24b5430546ae8fb54df36c8e4 ) *)
4
+ (* DO NOT EDIT (digest: dc7361d3c4531db4c022baa9a71c985d ) *)
5
5
(*
6
6
Regenerated by OASIS v0.3.0
7
7
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5578,7 +5578,7 @@ let setup_t =
5578
5578
ocaml_version = Some (OASISVersion. VGreaterEqual " 3.12" );
5579
5579
findlib_version = Some (OASISVersion. VGreaterEqual " 1.3.2" );
5580
5580
name = " postgresql-ocaml" ;
5581
- version = " 1.19 .0" ;
5581
+ version = " 2.0 .0" ;
5582
5582
license =
5583
5583
OASISLicense. DEP5License
5584
5584
(OASISLicense. DEP5Unit
@@ -5961,7 +5961,7 @@ let setup_t =
5961
5961
};
5962
5962
oasis_fn = Some " _oasis" ;
5963
5963
oasis_version = " 0.3.0" ;
5964
- oasis_digest = Some " x8 \003 [{ÈV.gG \017 ÑùýÞL " ;
5964
+ oasis_digest = Some " 2 \015 - \140 R¨ \029 ]g·ÜN \007 Ùá \b " ;
5965
5965
oasis_exec = None ;
5966
5966
oasis_setup_args = [] ;
5967
5967
setup_update = false ;
You can’t perform that action at this time.
0 commit comments