this repo has no description
1opam-version: "2.0" 2maintainer: "jun.furuse@gmail.com" 3authors: "Jun Furuse" 4homepage: "https://camlspotter@bitbucket.org/camlspotter/tiny_json" 5bug-reports: 6 "https://bitbucket.org/camlspotter/tiny_json/issues?status=new&status=open" 7dev-repo: "hg+https://bitbucket.org/camlspotter/tiny_json" 8build: [["jbuilder" "build" "-p" name "-j" jobs]] 9depends: [ 10 "ocaml" {>= "4.5.0"} 11 "ocamlfind" {build} 12 "jbuilder" {>= "1.0+beta7"} 13] 14synopsis: "A small Json library from OCAMLTTER" 15description: 16 "This is a small Json printer/parser library extracted Yoshihiro IMAI's OCAMLTTER twitter client." 17url { 18 src: 19 "https://github.com/ocaml/opam-source-archives/raw/main/tiny_json-1.1.5.tar.gz" 20 checksum: [ 21 "sha256=12a7412f4d13b7a06f8afa2d8ddcdeb4bc45a097d7e6a3be49b8b3d6d4092ed6" 22 "md5=f7cb8db579dc148b40300a4149654ee3" 23 ] 24}