Skip to content

Commit 36cf1d3

Browse files
committed
Fixed Oasis name for consistency with OPAM
1 parent 4c397ad commit 36cf1d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

AUTHORS.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: 40e5748ea77e37d050c2e25b332a6b48) *)
2+
(* DO NOT EDIT (digest: a17455309f0ae39faae3dcce88876f4c) *)
33

4-
Authors of postgresql-ocaml:
4+
Authors of postgresql:
55

66
* Alain Frisch <[email protected]>
77
* Markus Mottl <[email protected]>
88
* Petter Urkedal <[email protected]>
99

10-
Current maintainers of postgresql-ocaml:
10+
Current maintainers of postgresql:
1111

1212
* Markus Mottl <[email protected]>
1313
* Alain Frisch <[email protected]>

INSTALL.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: e89ae2ea2704a024c7441389a203faa8) *)
2+
(* DO NOT EDIT (digest: c6dafb6ced657b29aa9d432c9e0b8f78) *)
33

4-
This is the INSTALL file for the postgresql-ocaml distribution.
4+
This is the INSTALL file for the postgresql distribution.
55

66
This package uses OASIS to generate its build system. See section OASIS for
77
full information.

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OASISFormat: 0.4
2-
Name: postgresql-ocaml
2+
Name: postgresql
33
Version: 2.1.2
44
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
55
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases

setup.ml

Lines changed: 3 additions & 3 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: 83ddbbf139ee759698b47ebcd661be03) *)
4+
(* DO NOT EDIT (digest: 266cc468eef9a73fa43d3600e572b574) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6682,7 +6682,7 @@ let setup_t =
66826682
findlib_version = Some (OASISVersion.VGreaterEqual "1.5");
66836683
alpha_features = [];
66846684
beta_features = [];
6685-
name = "postgresql-ocaml";
6685+
name = "postgresql";
66866686
version = "2.1.2";
66876687
license =
66886688
OASISLicense.DEP5License
@@ -7101,7 +7101,7 @@ let setup_t =
71017101
};
71027102
oasis_fn = Some "_oasis";
71037103
oasis_version = "0.4.5";
7104-
oasis_digest = Some "\r\020gçë#¹\133´\155½\001M\1414*";
7104+
oasis_digest = Some "\156Ñ\129\029¾sBf÷\028ÁµªñÐí";
71057105
oasis_exec = None;
71067106
oasis_setup_args = [];
71077107
setup_update = false

0 commit comments

Comments
 (0)