forked from darioteixeira/pgocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
27 lines (26 loc) · 718 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "1.2"
name: "pgocaml"
version: "2.3+dev"
maintainer: "Dario Teixeira <dario.teixeira@nleyten.com>"
authors: ["Richard W.M. Jones <rich@annexia.org>"]
homepage: "http://pgocaml.forge.ocamlcore.org/"
bug-reports: "https://github.com/darioteixeira/pgocaml/issues"
dev-repo: "https://github.com/darioteixeira/pgocaml.git"
license: "LGPL-2.0 with OCaml linking exception"
build: [
["./configure" "--%{camlp4:enable}%-p4" "--prefix" prefix "--docdir" "%{doc}%/pgocaml"]
[make]
[make "doc"]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "pgocaml"]]
depends: [
"base-bytes"
"calendar"
"csv"
"ocamlbuild" {build}
"ocamlfind" {build}
"ounit" {test}
"re"
]
depopts: [ "camlp4" ]