opam-version: "2.0" maintainer: "jun.furuse@gmail.com" authors: "Jun Furuse" homepage: "https://camlspotter@bitbucket.org/camlspotter/tiny_json" bug-reports: "https://gitlab.com/camlspotter/tiny_json/-/issues" dev-repo: "git+https://gitlab.com/camlspotter/tiny_json" build: ["jbuilder" "build" "-p" name "-j" jobs] depends: [ "ocaml" {>= "4.05.0"} "jbuilder" {>= "1.0+beta7"} ] synopsis: "A small Json library from OCAMLTTER" description: "This is a small Json printer/parser library extracted Yoshihiro IMAI's OCAMLTTER twitter client." url { src: "https://gitlab.com/camlspotter/tiny_json/-/archive/1.1.6/tiny_json-1.1.6.tar.bz2" checksum: [ "sha256=a4200c2e5d1a4eff3071b2275dc10fc8a54fe64dd3a1f964c2efb76c8ad57617" "md5=5fe8b57981099290e6d38f7e096969e7" ] }