Skip to content

Commit

Permalink
opam: switch to 2.0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Mar 3, 2019
1 parent 0ab9378 commit 850774c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
opam-version: "1.2"
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/ygrek/ocaml-extlib"
dev-repo: "git://github.com/ygrek/ocaml-extlib.git"
bug-reports: "https://github.com/ygrek/ocaml-extlib/issues"
doc: ["http://ygrek.org.ua/p/extlib/doc/"]
license: "LGPL-2.1 with OCaml linking exception"
synopsis: "A complete yet small extension for OCaml standard library"
authors: [
"Nicolas Cannasse"
"Brian Hurt"
Expand All @@ -21,15 +22,17 @@ authors: [
]
build: [
[make "minimal=1" "build"]
[make "test"] {with-test}
[make "doc"] {with-doc}
]
install: [ [make "minimal=1" "install"] ]
build-doc: [ [make "doc"] ]
build-test: [ [make "test"] ]
remove: [
["ocamlfind" "remove" "extlib"]
]
depends: [
"ocaml"
"ocamlfind" {build}
"cppo" {build}
"base-bytes" {build}
]
flags: light-uninstall

0 comments on commit 850774c

Please sign in to comment.