Skip to content

Commit eec1632

Browse files
committed
[jingoo] Release version 1.5.0
1 parent b3a493e commit eec1632

File tree

1 file changed

+23
-0
lines changed
  • packages/jingoo/jingoo.1.5.0

1 file changed

+23
-0
lines changed

packages/jingoo/jingoo.1.5.0/opam

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)