Skip to content

Commit

Permalink
Update opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Oct 13, 2018
1 parent 0c8dd34 commit 6e2e98c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
opam-version: "1.2"
opam-version: "2.0"
synopsis: "Protocol Buffers, JSON and XML serialization system for OCaml"
authors: "Anton Lavrik <[email protected]>"
maintainer: "Anton Lavrik <[email protected]>"
author: "Anton Lavrik <[email protected]>"
homepage: "https://github.com/alavrik/piqi-ocaml"
bug-reports: "https://github.com/alavrik/piqi-ocaml/issues"
build: [
[make]
[make "test"] {with-test}
]
install: [
[make "DESTDIR=%{prefix}%" "install"]
Expand All @@ -13,11 +15,11 @@ remove: [
["rm" "-f" "%{prefix}%/bin/piqic-ocaml"]
["ocamlfind" "remove" "piqirun"]
]
build-test: [make "test"]
available: [ ocaml-version >= "4.02.0" ]
flags: light-uninstall
depends: [
"ocamlfind"
"ocaml" {>= "4.02.0"}
"ocamlfind" {build}
"piqilib"
"num" {test}
"num" {with-test}
]
dev-repo: "git://github.com/alavrik/piqi-ocaml"

0 comments on commit 6e2e98c

Please sign in to comment.