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" ]
  [ "ocaml" "setup.ml" "-install" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocamlfind" "remove" "tiny_json_conv" ]
]
depends: [
  "ocaml" {>= "4.0.0"}
  "ocamlfind" {build}
  "omake" {build}
  "tiny_json" {< "1.1.0"}
  "meta_conv" {= "0.9.0"}
]
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.0.0.tar.gz"
  checksum: "md5=b58883bec47cceccae7439d106136ca2"
}
