update opam files

This commit is contained in:
Simon Cruanes 2017-12-28 18:14:32 +01:00
parent db54c8e9b2
commit 875efa33c6
2 changed files with 8 additions and 24 deletions

View file

@ -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}

View file

@ -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}