mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -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"
|
||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
[make "build"]
|
||||
]
|
||||
build-doc: [
|
||||
[make "doc"]
|
||||
]
|
||||
install: [
|
||||
[make "install"]
|
||||
]
|
||||
remove: [
|
||||
[make "uninstall"]
|
||||
]
|
||||
build: ["jbuilder" "build" "@install" "-p" name]
|
||||
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
||||
install: ["jbuilder" "install" name]
|
||||
remove: ["jbuilder" "uninstall" name]
|
||||
depends: [
|
||||
"ocamlfind" {build}
|
||||
"jbuilder" {build}
|
||||
|
|
|
|||
|
|
@ -4,18 +4,10 @@ license: "Apache"
|
|||
version: "dev"
|
||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
[make "build"]
|
||||
]
|
||||
build-doc: [
|
||||
[make "doc"]
|
||||
]
|
||||
install: [
|
||||
[make "install"]
|
||||
]
|
||||
remove: [
|
||||
[make "uninstall"]
|
||||
]
|
||||
build: ["jbuilder" "build" "@install" "-p" name]
|
||||
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
||||
install: ["jbuilder" "install" name]
|
||||
remove: ["jbuilder" "uninstall" name]
|
||||
depends: [
|
||||
"ocamlfind" {build}
|
||||
"jbuilder" {build}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue