10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-04 18:35:50 +02:00
This commit is contained in:
Anthony Scemama 2018-06-16 12:12:48 +02:00
parent c1a53f40e8
commit 8e4173bc6e

4
opam
View File

@ -6,11 +6,13 @@ authors: "Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
homepage: "http://github.com/scemama/QCaml"
#bug-reports: ""
#license: ""
#dev-repo: ""
dev-repo: "http://github.com/scemama/QCaml"
build: [
["./configure" "-prefix" "%{prefix}%"]
[make]
]
install: [make "install"]
remove: [
["./configure" "-prefix" "%{prefix}%"]