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 f5e479b commit 40c2010
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions opam
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
opam-version: "1.2"
opam-version: "2.0"
synopsis:
"The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion"
authors: "Anton Lavrik <[email protected]>"
maintainer: "Anton Lavrik <[email protected]>"
author: "Anton Lavrik <[email protected]>"
homepage: "http://piqi.org"
bug-reports: "https://github.com/alavrik/piqi/issues"
build: [
["./configure" "--prefix" prefix]
[make]
[make "ocaml"]
[make "test"] {with-test}
]
install: [
[make "install"]
Expand All @@ -16,10 +19,10 @@ remove: [
["rm" "-f" "%{prefix}%/bin/piqi"]
["ocamlfind" "remove" "piqilib"]
]
build-test: [make "test"]
available: [ ocaml-version >= "4.02.0" ]
flags: light-uninstall
depends: [
"ocamlfind"
"ocaml" {>= "4.02.0"}
"ocamlfind" {build}
"easy-format"
"ulex"
"xmlm"
Expand Down

0 comments on commit 40c2010

Please sign in to comment.