mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
opam-version: "1.2"
|
|
name: "QCaml"
|
|
version: "0.1"
|
|
maintainer: "Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
|
|
authors: "Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
|
|
homepage: "http://github.com/scemama/QCaml"
|
|
#bug-reports: ""
|
|
#license: ""
|
|
#dev-repo: ""
|
|
build: [
|
|
["./configure" "-prefix" "%{prefix}%"]
|
|
[make]
|
|
]
|
|
install: [make "install"]
|
|
remove: [
|
|
["./configure" "-prefix" "%{prefix}%"]
|
|
[make "uninstall"]
|
|
["ocamlfind" "remove" "QCaml"]
|
|
]
|
|
depends: [
|
|
"ocamlfind" "lacaml" {build}
|
|
]
|