Skip to content

Commit f3b5035

Browse files
committed
Forgot to regenerate Oasis files
1 parent 04021ab commit f3b5035

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

INSTALL.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: b05967a914cbc12cf9f198d8f63c6be1) *)
2+
(* DO NOT EDIT (digest: da66a27ffeed64edb08069c7a973785c) *)
33
This is the INSTALL file for the postgresql-ocaml distribution.
44

55
This package uses OASIS to generate its build system. See section OASIS for
@@ -10,7 +10,7 @@ Dependencies
1010

1111
In order to compile this package, you will need:
1212
* ocaml (>= 3.12) for all, doc API
13-
* findlib (>= 1.3.2)
13+
* findlib (>= 1.3.1)
1414
* lablgtk2 for executable prompt_gtk
1515

1616
Installing

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: postgresql-ocaml
3-
Version: 2.0.1
3+
Version: 2.0.2
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
66
Authors: Alain Frisch <alain.frisch@lexifi.com>,

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: 71c7a2e8c095d4f5010ad0beb470b2d4)
3-
version = "2.0.0"
2+
# DO NOT EDIT (digest: 067b5e28dc99e0a024e8611054b32a28)
3+
version = "2.0.2"
44
description = "postgresql-ocaml - bindings to the PostgreSQL library"
55
requires = "threads bigarray"
66
archive(byte) = "postgresql.cma"

setup.ml

Lines changed: 4 additions & 4 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: dc7361d3c4531db4c022baa9a71c985d) *)
4+
(* DO NOT EDIT (digest: 1ab34d87d340dffda1205ed9033844a1) *)
55
(*
66
Regenerated by OASIS v0.3.0
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,9 +5576,9 @@ let setup_t =
55765576
{
55775577
oasis_version = "0.3";
55785578
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12");
5579-
findlib_version = Some (OASISVersion.VGreaterEqual "1.3.2");
5579+
findlib_version = Some (OASISVersion.VGreaterEqual "1.3.1");
55805580
name = "postgresql-ocaml";
5581-
version = "2.0.0";
5581+
version = "2.0.2";
55825582
license =
55835583
OASISLicense.DEP5License
55845584
(OASISLicense.DEP5Unit
@@ -5961,7 +5961,7 @@ let setup_t =
59615961
};
59625962
oasis_fn = Some "_oasis";
59635963
oasis_version = "0.3.0";
5964-
oasis_digest = Some "2\015-\140\029]g·ÜN\007Ùá\b";
5964+
oasis_digest = Some "4\025Y|JÍ/-Zò\024\130Jl\1449";
59655965
oasis_exec = None;
59665966
oasis_setup_args = [];
59675967
setup_update = false;

0 commit comments

Comments
 (0)