Skip to content

Commit 6d272b8

Browse files
authored
Merge pull request #28765 from nikochiko/opam-publish-handlebars-ml.0.2.1
Package handlebars-ml.0.2.1
2 parents 040f5ec + 16996d6 commit 6d272b8

File tree

1 file changed

+43
-0
lines changed
  • packages/handlebars-ml/handlebars-ml.0.2.1

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Handlebars templating for OCaml"
4+
description: "OCaml port of the Handlebars.js templating engine"
5+
maintainer: ["Kaustubh M <[email protected]>"]
6+
authors: ["Kaustubh M <[email protected]>"]
7+
license: "MIT"
8+
tags: ["handlebars" "template"]
9+
homepage: "https://github.com/nikochiko/handlebars-ml"
10+
doc: "https://github.com/nikochiko/handlebars-ml"
11+
bug-reports: "https://github.com/nikochiko/handlebars-ml/issues"
12+
depends: [
13+
"dune" {>= "3.18"}
14+
"ocaml" {>= "4.14"}
15+
"yojson" {>= "2.0"}
16+
"ppx_deriving"
17+
"alcotest" {with-test}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/nikochiko/handlebars-ml.git"
35+
x-maintenance-intent: ["(latest)"]
36+
url {
37+
src:
38+
"https://github.com/nikochiko/handlebars-ml/archive/refs/tags/0.2.1.tar.gz"
39+
checksum: [
40+
"md5=abbda196db33992b8edd7c1ab82d0da9"
41+
"sha512=02b19845f51bde7f6ed5a2469de19f406af4ed8926a3b48ebbbdad6e975dd1970768ac963ba0b2d93143892f3b0a7e76986e6af822b3b7754bd98953e5e628d8"
42+
]
43+
}

0 commit comments

Comments
 (0)