opam-version: "2.0" maintainer: "jun.furuse@gmail.com" authors: "Jun Furuse" homepage: "https://camlspotter@bitbucket.org/camlspotter/tiny_json" bug-reports: "https://bitbucket.org/camlspotter/tiny_json/issues?status=new&status=open" dev-repo: "hg+https://bitbucket.org/camlspotter/tiny_json" build: [["jbuilder" "build" "-p" name "-j" jobs]] depends: [ "ocaml" {>= "4.5.0"} "ocamlfind" {build} "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://github.com/ocaml/opam-source-archives/raw/main/tiny_json-1.1.5.tar.gz" checksum: [ "sha256=12a7412f4d13b7a06f8afa2d8ddcdeb4bc45a097d7e6a3be49b8b3d6d4092ed6" "md5=f7cb8db579dc148b40300a4149654ee3" ] }