Skip to content

Commit

Permalink
add opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
mzp committed Feb 21, 2016
1 parent 20ff81b commit 6a83a18
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opam/1.2.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Msgpack library for OCaml

MessagePack is an efficient binary serialization format.
If meta_conv is installed, conv module will be installed.
20 changes: 20 additions & 0 deletions opam/1.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "1.2"
maintainer: "mzp <mzp.ppp@gmail.com>"
author: "mzp <mzp.ppp@gmail.com>"
homepage: "http://github.com/msgpack/msgpack-ocaml/"
dev-repo: "https://github.com/msgpack/msgpack-ocaml.git"
bug-reports: "https://github.com/msgpack/msgpack-ocaml/issues"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%" "--enable-core" "--%{meta_conv:enable}%-conv"]
["ocaml" "setup.ml" "-build"]
]
install: [
["ocaml" "setup.ml" "-install"]
]
remove: [
["ocamlfind" "remove" "msgpack"]
]
depends: ["ocamlfind" "camlp4"]

depopts: ["meta_conv"]
available: [ ocaml-version >= "4.01.0" ]
2 changes: 2 additions & 0 deletions opam/1.2.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/msgpack/msgpack-ocaml/archive/1.2.1.tar.gz"
checksum: "7043759dada3e988eca65d965c7c3483"

0 comments on commit 6a83a18

Please sign in to comment.