opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://gitlab.com/camlspotter/camlon"
bug-reports:
  "https://gitlab.com/camlspotter/camlon/-/issues"
dev-repo: "git+https://gitlab.com/camlspotter/camlon"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder"
]
synopsis:
  "Caml Object Notion, parsing and printing OCaml like data expressions"
description: """
CamlON is JSON in OCaml, a tree like data type structure with OCaml values'
look and feel.  The library provides the data type and its parser and printer."""
url {
  src: "https://gitlab.com/camlspotter/camlon/-/archive/2.0.2/camlon-2.0.2.tar.bz2"
  checksum: "md5=9f41f1f9a5020674d7f74372e98dbcfb"
}
