opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/tiny_json_conv"
bug-reports: "https://bitbucket.org/camlspotter/tiny_json_conv/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/tiny_json_conv/"
authors: [ "Jun Furuse" ]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
install: [
  ["ocaml" "setup.ml" "-install"]
]
remove: ["ocamlfind" "remove" "tiny_json_conv"]
depends: [
  "ocaml" {>= "4.0.0" & < "4.3.0"}
  "ocamlfind" {build}
  "omake" {build}
  "tiny_json" {>= "1.1.0"}
  "meta_conv" {>= "1.1.1"}
]
synopsis: "Meta conv for Tiny Json"
description: "Converters for meta_conv + tiny_json"
flags: light-uninstall
url {
  src: "https://bitbucket.org/camlspotter/tiny_json_conv/get/1.4.1.tar.gz"
  checksum: "md5=3b9eb319c57f0678e0c4e93ead1f1e94"
}
