this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings for pg_query for parsing PostgreSQL"
3maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"]
4authors: ["Roddy MacSween <github@roddymacsween.co.uk>"]
5license: "MIT"
6homepage: "https://github.com/roddyyaga/pg_query-ocaml"
7doc: "https://roddyyaga.github.io/pg_query-ocaml/pg_query-ocaml/index.html"
8bug-reports: "https://github.com/roddyyaga/pg_query-ocaml/issues"
9depends: [
10 "ocaml" {>= "4.07"}
11 "dune" {>= "2.0"}
12 "core" {< "v0.15"}
13 "ctypes" {>= "0.14.0"}
14 "ctypes-foreign"
15 "ppx_deriving" {>= "4.2"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/roddyyaga/pg_query-ocaml.git"
32url {
33 src: "https://github.com/roddyyaga/pg_query-ocaml/archive/0.9.3.tar.gz"
34 checksum: [
35 "md5=2c9718078f6956a8bdb87cd6885c7fae"
36 "sha512=ac2e76ac5efc07056e28ab71515b26d187f77c2f7c2bf802cfaf3f658d7cf29db635382497cdae64d895c27e32c785f3cc4a68e082507e529da1e344a6ef231d"
37 ]
38}