mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
update opam files
This commit is contained in:
parent
db54c8e9b2
commit
875efa33c6
2 changed files with 8 additions and 24 deletions
16
msat.opam
16
msat.opam
|
|
@ -4,18 +4,10 @@ license: "Apache"
|
||||||
version: "dev"
|
version: "dev"
|
||||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||||
build: [
|
build: ["jbuilder" "build" "@install" "-p" name]
|
||||||
[make "build"]
|
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
||||||
]
|
install: ["jbuilder" "install" name]
|
||||||
build-doc: [
|
remove: ["jbuilder" "uninstall" name]
|
||||||
[make "doc"]
|
|
||||||
]
|
|
||||||
install: [
|
|
||||||
[make "install"]
|
|
||||||
]
|
|
||||||
remove: [
|
|
||||||
[make "uninstall"]
|
|
||||||
]
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
"jbuilder" {build}
|
"jbuilder" {build}
|
||||||
|
|
|
||||||
|
|
@ -4,18 +4,10 @@ license: "Apache"
|
||||||
version: "dev"
|
version: "dev"
|
||||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||||
build: [
|
build: ["jbuilder" "build" "@install" "-p" name]
|
||||||
[make "build"]
|
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
||||||
]
|
install: ["jbuilder" "install" name]
|
||||||
build-doc: [
|
remove: ["jbuilder" "uninstall" name]
|
||||||
[make "doc"]
|
|
||||||
]
|
|
||||||
install: [
|
|
||||||
[make "install"]
|
|
||||||
]
|
|
||||||
remove: [
|
|
||||||
[make "uninstall"]
|
|
||||||
]
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
"jbuilder" {build}
|
"jbuilder" {build}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue