Skip to content

Commit d8d0f62

Browse files
committed
Regenerated Oasis files
1 parent f6d38b9 commit d8d0f62

File tree

5 files changed

+31
-12
lines changed

5 files changed

+31
-12
lines changed

AUTHORS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: 32172db7f4f788fae688e747cfda1b0e) *)
2+
(* DO NOT EDIT (digest: 40e5748ea77e37d050c2e25b332a6b48) *)
33

44
Authors of postgresql-ocaml:
55

66
* Alain Frisch <[email protected]>
77
* Markus Mottl <[email protected]>
8+
* Petter Urkedal <[email protected]>
89

910
Current maintainers of postgresql-ocaml:
1011

CHANGES.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2014-08-14: Even more new asynchronous methods:
2+
3+
* optional [startonly] flag for creating an asynchronous connection
4+
* connect_poll
5+
* reset_start
6+
* reset_poll
7+
8+
And also:
9+
10+
* set_single_row_mode
11+
12+
Thanks to Petter Urkedal <[email protected]> for these
13+
contributions!
14+
115
2014-08-10: New asynchronous methods:
216

317
* send_describe_prepared

_oasis

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
OASISFormat: 0.4
22
Name: postgresql-ocaml
3-
Version: 2.0.9
3+
Version: 2.1.0
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
66
Authors: Alain Frisch <[email protected]>,
7-
Markus Mottl <[email protected]>
7+
Markus Mottl <[email protected]>,
8+
Petter Urkedal <[email protected]>
89
Copyrights: (C) 2001-2012 Alain Frisch <[email protected]>,
9-
(C) 2004-2014 Markus Mottl <[email protected]>
10+
(C) 2004-2014 Markus Mottl <[email protected]>,
11+
(C) 2014-2014 Petter Urkedal <[email protected]>
1012
Maintainers: Markus Mottl <[email protected]>,
1113
Alain Frisch <[email protected]>
1214
LicenseFile: COPYING.txt

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: d76c3726d97e8ef5b3ec6169dd1977e8)
3-
version = "2.0.9"
2+
# DO NOT EDIT (digest: 89a9f5cb543b3603a4c9a0212e24c63f)
3+
version = "2.1.0"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray"
66
archive(byte) = "postgresql.cma"

setup.ml

Lines changed: 8 additions & 6 deletions
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: f9e8f140c3cffff9404051fa658b243d) *)
4+
(* DO NOT EDIT (digest: 5a2c9fbb351fb3cffecc7b7cc1be5a8f) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6648,7 +6648,7 @@ let setup_t =
66486648
alpha_features = [];
66496649
beta_features = [];
66506650
name = "postgresql-ocaml";
6651-
version = "2.0.9";
6651+
version = "2.1.0";
66526652
license =
66536653
OASISLicense.DEP5License
66546654
(OASISLicense.DEP5Unit
@@ -6661,7 +6661,8 @@ let setup_t =
66616661
copyrights =
66626662
[
66636663
"(C) 2001-2012 Alain Frisch <[email protected]>";
6664-
"(C) 2004-2014 Markus Mottl <[email protected]>"
6664+
"(C) 2004-2014 Markus Mottl <[email protected]>";
6665+
"(C) 2014-2014 Petter Urkedal <[email protected]>"
66656666
];
66666667
maintainers =
66676668
[
@@ -6671,7 +6672,8 @@ let setup_t =
66716672
authors =
66726673
[
66736674
"Alain Frisch <[email protected]>";
6674-
"Markus Mottl <[email protected]>"
6675+
"Markus Mottl <[email protected]>";
6676+
"Petter Urkedal <[email protected]>"
66756677
];
66766678
homepage = Some "http://mmottl.github.io/postgresql-ocaml";
66776679
synopsis = "postgresql-ocaml - bindings to the PostgreSQL library";
@@ -7063,14 +7065,14 @@ let setup_t =
70637065
};
70647066
oasis_fn = Some "_oasis";
70657067
oasis_version = "0.4.4";
7066-
oasis_digest = Some "Í)\147Ù\155¨ï®£éË\0270+5«";
7068+
oasis_digest = Some "£\1508ý9ã;Í»þ\031?~\012\007\146";
70677069
oasis_exec = None;
70687070
oasis_setup_args = [];
70697071
setup_update = false
70707072
};;
70717073

70727074
let setup () = BaseSetup.setup setup_t;;
70737075

7074-
# 7075 "setup.ml"
7076+
# 7077 "setup.ml"
70757077
(* OASIS_STOP *)
70767078
let () = setup ();;

0 commit comments

Comments
 (0)