From ae63cdf031c52f125cddc3db9d6e55bc3f9feb2f Mon Sep 17 00:00:00 2001 From: Jan Rochel Date: Fri, 15 Nov 2019 16:39:30 +0100 Subject: [PATCH] release 4.0 --- pgocaml.opam | 4 +++- pgocaml_ppx.opam | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pgocaml.opam b/pgocaml.opam index 81f74c3..9dd02da 100644 --- a/pgocaml.opam +++ b/pgocaml.opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "pgocaml" +version: "4.0" synopsis: "Native OCaml interface to PostgreSQL databases" description: """ PGOCaml provides an interface to PostgreSQL databases for OCaml applications. @@ -19,6 +21,6 @@ depends: [ "csv" "dune" {build} "hex" - "ocaml" {>= "4.05"} + "ocaml" {>= "4.07"} "re" ] diff --git a/pgocaml_ppx.opam b/pgocaml_ppx.opam index 3ca787d..1f3fd2f 100644 --- a/pgocaml_ppx.opam +++ b/pgocaml_ppx.opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "pgocaml_ppx" +version: "4.0" synopsis: "PPX extension for PGOCaml" description: """ PGOCaml provides an interface to PostgreSQL databases for OCaml applications. @@ -16,7 +18,7 @@ license: "LGPL-2.0 with OCaml linking exception" build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "dune" {build} - "ocaml" {>= "4.05"} + "ocaml" {>= "4.07"} "ocaml-migrate-parsetree" "pgocaml" {= version} "ppx_tools"