Skip to content

Commit

Permalink
release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Nov 15, 2019
1 parent 3ac11ca commit e8f6fb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions pgocaml.opam
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,8 +19,8 @@ build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"calendar"
"csv"
"dune" {build}
"dune" {>= "1.10"}
"hex"
"ocaml" {>= "4.05"}
"ocaml" {>= "4.07"}
"re"
]
6 changes: 4 additions & 2 deletions pgocaml_ppx.opam
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,8 +17,8 @@ dev-repo: "git+https://github.com/darioteixeira/pgocaml.git"
license: "LGPL-2.0 with OCaml linking exception"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"dune" {build}
"ocaml" {>= "4.05"}
"dune" {>= "1.10"}
"ocaml" {>= "4.07"}
"ocaml-migrate-parsetree"
"pgocaml" {= version}
"ppx_tools"
Expand Down

0 comments on commit e8f6fb1

Please sign in to comment.