Skip to content

Commit

Permalink
Merge pull request #1242 from alavrik/master
Browse files Browse the repository at this point in the history
Add piqi-0.6.5
  • Loading branch information
samoht committed Oct 28, 2013
2 parents 08e3b62 + 111cb64 commit b41cc3e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/piqi.0.6.5/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Protocol Buffers, JSON and XML serialization
14 changes: 14 additions & 0 deletions packages/piqi.0.6.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
opam-version: "1"
maintainer: "alavrik@piqi.org"
build: [
["./configure" "--prefix" "%{prefix}%"]
[make]
[make "ocaml"]
[make "install"]
[make "ocaml-install"]
]
remove: [
["rm" "-f" "%{prefix}%/bin/piqi" "%{prefix}%/bin/piqic"]
["ocamlfind" "remove" "piqi"]
]
depends: ["ocamlfind" "easy-format" "ulex" "xmlm"]
2 changes: 2 additions & 0 deletions packages/piqi.0.6.5/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/alavrik/piqi/archive/v0.6.5.tar.gz"
checksum: "a383c01b45390fb99a1b301637030b0c"

0 comments on commit b41cc3e

Please sign in to comment.