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" homepage: "http://github.com/scemama/QCaml"
#bug-reports: "" #bug-reports: ""
#license: "" #license: ""
#dev-repo: "" dev-repo: "http://github.com/scemama/QCaml"
build: [ build: [
["./configure" "-prefix" "%{prefix}%"] ["./configure" "-prefix" "%{prefix}%"]
[make] [make]
] ]
install: [make "install"] install: [make "install"]
remove: [ remove: [
["./configure" "-prefix" "%{prefix}%"] ["./configure" "-prefix" "%{prefix}%"]