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.03.0" & < "4.08.0"}
  "ocamlfind"
  "yojson" {>= "1.3.2"}
  "ppx_tools" {>= "4.03.0"}
]
synopsis: "Library to load and store configuration options in JSON syntax."
description:
  "The library provides convenient ways to define and combines configuration options."
flags: light-uninstall
url {
  src: "https://github.com/zoggy/ocf/archive/release-0.5.0.tar.gz"
  checksum: "md5=e4e73bea9472b2e77f62604033b098d8"
}
