File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/jingoo/jingoo.1.5.0 Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Masaki WATANABE <
[email protected] >"
3+ authors: "Masaki WATANABE <
[email protected] >"
4+ homepage: "https://github.com/tategakibunko/jingoo"
5+ bug-reports: "https://github.com/tategakibunko/jingoo/issues"
6+ dev-repo: "git+https://github.com/tategakibunko/jingoo.git"
7+ license: "BSD-3-Clause"
8+ synopsis: "Template engine almost compatible with Jinja2(python template engine)"
9+ build: ["dune" "build" "-p" name "-j" jobs]
10+ depends: [
11+ "ocaml" {>= "4.04.0"}
12+ "dune" {>= "1.7.0"}
13+ "menhir" {>= "20180523"}
14+ "ppx_deriving" {>= "4.2"}
15+ "re" {>= "1.7.2"}
16+ "uutf" {>= "0.9.4"}
17+ "uucp"
18+ "ounit" {with-test & >= "2.0.0"}
19+ ]
20+ url {
21+ src: "https://github.com/tategakibunko/jingoo/archive/refs/tags/1.5.0.tar.gz"
22+ checksum: "md5=3411c7091dcb8b0c7125d9ad2315a549"
23+ }
You can’t perform that action at this time.
0 commit comments