this repo has no description
1opam-version: "2.0" 2maintainer: "jun.furuse@gmail.com" 3authors: "Jun Furuse" 4homepage: "https://gitlab.com/camlspotter/camlon" 5bug-reports: 6 "https://gitlab.com/camlspotter/camlon/-/issues" 7dev-repo: "git+https://gitlab.com/camlspotter/camlon" 8build: ["dune" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.08.0"} 11 "dune" {>= "2.0" & < "3.0"} 12] 13synopsis: 14 "Caml Object Notion, parsing and printing OCaml like data expressions" 15description: """ 16CamlON is JSON in OCaml, a tree like data type structure with OCaml values' 17look and feel. The library provides the data type and its parser and printer.""" 18url { 19 src: 20 "https://gitlab.com/camlspotter/camlon/-/archive/3.0.0/camlon-3.0.0.tar.bz2" 21 checksum: [ 22 "sha256=6bd36d683e502fb092e0f765fdfba66880035253e66ee8bd2efe54590623a78c" 23 "md5=c461a5ba4be7fb94b2c7365dd7bc56e9" 24 ] 25}