this repo has no description
1opam-version: "2.0" 2maintainer: "Masaki WATANABE <lambda.watanabe@gmail.com>" 3authors: "Masaki WATANABE <lambda.watanabe@gmail.com>" 4homepage: "https://github.com/tategakibunko/jingoo" 5bug-reports: "https://github.com/tategakibunko/jingoo/issues" 6dev-repo: "git+ssh://git@github.com/tategakibunko/jingoo.git" 7license: "BSD-3-Clause" 8build: [ 9 [make] {ocaml:native} 10 [make "byte"] {!ocaml:native} 11] 12install: [make "install"] 13remove: ["ocamlfind" "remove" "jingoo"] 14depends: [ 15 "ocaml" {>= "4.02.0" & < "5.0"} 16 "ocamlfind" {build} 17 "pcre" 18 "uutf" 19 "ounit" {with-test} 20] 21synopsis: 22 "Template engine almost compatible with Jinja2(python template engine)" 23flags: light-uninstall 24url { 25 src: "https://github.com/tategakibunko/jingoo/archive/v1.2.18.tar.gz" 26 checksum: [ 27 "sha256=e564e8d6276faab2624a72679e5959829ca9af6525cb7e2ea9a47c250e55c32c" 28 "md5=1d9849d96c37b219945237cf521ec773" 29 ] 30}