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: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "2.0"}
]
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/3.0.0/camlon-3.0.0.tar.bz2"
  checksum: "md5=c461a5ba4be7fb94b2c7365dd7bc56e9"
}
