Skip to content

Commit

Permalink
add ocf 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoggy committed Jun 18, 2015
1 parent a1081c6 commit af2b9c8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ocf/ocf.0.2.0/descr
@@ -0,0 +1 @@
Library to load and store configuration options in JSON syntax.
1 change: 1 addition & 0 deletions packages/ocf/ocf.0.2.0/findlib
@@ -0,0 +1 @@
ocf
18 changes: 18 additions & 0 deletions packages/ocf/ocf.0.2.0/opam
@@ -0,0 +1,18 @@
opam-version: "1"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/ocf/"
license: "GNU Lesser General Public License version 3"
doc: ["http://zoggy.github.io/ocf/doc.html"]
build: [
["./configure" "--prefix" prefix]
[make "all"]
[make "install"]
]
remove: [["ocamlfind" "remove" "ocf"]]
depends: [
"ocamlfind"
"yojson" {>= "1.1.8"}
"ppx_tools" {>= "0.99"}
]
ocaml-version: [>= "4.02.1"]
2 changes: 2 additions & 0 deletions packages/ocf/ocf.0.2.0/url
@@ -0,0 +1,2 @@
archive: "http://zoggy.github.com/ocf/ocf-0.2.0.tar.gz"
checksum: "93844cbc997014ed0ac03d78c36cd7e4"

0 comments on commit af2b9c8

Please sign in to comment.