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://gitlab.com/camlspotter/tiny_json/-/issues" 7dev-repo: "git+https://gitlab.com/camlspotter/tiny_json" 8build: ["jbuilder" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.05.0"} 11 "jbuilder" {>= "1.0+beta7"} 12] 13synopsis: "A small Json library from OCAMLTTER" 14description: 15 "This is a small Json printer/parser library extracted Yoshihiro IMAI's OCAMLTTER twitter client." 16url { 17 src: 18 "https://gitlab.com/camlspotter/tiny_json/-/archive/1.1.6/tiny_json-1.1.6.tar.bz2" 19 checksum: [ 20 "sha256=a4200c2e5d1a4eff3071b2275dc10fc8a54fe64dd3a1f964c2efb76c8ad57617" 21 "md5=5fe8b57981099290e6d38f7e096969e7" 22 ] 23}