Skip to content

Commit 2b9ec30

Browse files
authored
Merge pull request #28136 from tategakibunko/master
[jingoo] Release version 1.5.1
2 parents 6dea2f9 + cb5a3f1 commit 2b9ec30

File tree

1 file changed

+26
-0
lines changed
  • packages/jingoo/jingoo.1.5.1

1 file changed

+26
-0
lines changed

packages/jingoo/jingoo.1.5.1/opam

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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/1.5.1.tar.gz"
22+
checksum: [
23+
"sha256=6f5cee77d2490c9f4c125bbf3f72e02312713f880481dc518e81b3a10e1b2d14"
24+
"md5=17c2ace9a9b6b35a05c2a55b45a65f20"
25+
]
26+
}

0 commit comments

Comments
 (0)