opam-version: "1.2"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/yojson.html"
bug-reports: "https://github.com/mjambon/yojson/issues"
dev-repo: "https://github.com/mjambon/yojson.git"
available: [ ocaml-version >= "4.01.0"]
build: [
  [make] {ocaml-native}
  [make "all"] {!ocaml-native}
]
install: [
  [make "install-lib"]
]
remove: [
  [make "uninstall-lib"]
]
depends: [
  "ocamlfind" {build}
  "cppo"
  "easy-format"
  "biniou" {>= "1.0.6"}
]
