opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/ocf/"
license: "LGPL-3.0-only"
doc: ["http://zoggy.github.io/ocf/doc.html"]
dev-repo: "git+https://github.com/zoggy/ocf.git"
bug-reports: "https://github.com/zoggy/ocf/issues"
tags: ["configuration" "options" "json"]

build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "ocf"]]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03.0"}
  "ocamlfind"
  "yojson" {>= "1.1.8"}
  "ppx_tools" {>= "0.99"}
]
synopsis: "Library to load and store configuration options in JSON syntax."
flags: light-uninstall
url {
  src: "http://zoggy.github.com/ocf/ocf-0.4.0.tar.gz"
  checksum: "md5=e3ca7aae3bda436711ad6c0719ecfbf9"
}
