10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/opam

25 lines
534 B
Plaintext
Raw Normal View History

2018-03-28 01:50:19 +02:00
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: ""
2018-06-16 12:12:48 +02:00
dev-repo: "http://github.com/scemama/QCaml"
2018-03-28 01:50:19 +02:00
build: [
["./configure" "-prefix" "%{prefix}%"]
[make]
]
2018-06-16 12:12:48 +02:00
2018-03-28 01:50:19 +02:00
install: [make "install"]
remove: [
["./configure" "-prefix" "%{prefix}%"]
[make "uninstall"]
["ocamlfind" "remove" "QCaml"]
]
depends: [
2018-07-04 20:24:51 +02:00
"ocamlfind" "lacaml" "alcotest" {build}
2018-03-28 01:50:19 +02:00
]