Skip to content

Commit d4c6a48

Browse files
authored
Merge pull request #26854 from balat/opam-publish-ocsigen-toolkit.4.1.0
Package ocsigen-toolkit.4.1.0
2 parents 734ae78 + 6f95d07 commit d4c6a48

File tree

1 file changed

+26
-0
lines changed
  • packages/ocsigen-toolkit/ocsigen-toolkit.4.1.0

1 file changed

+26
-0
lines changed
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: "[email protected]"
3+
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
4+
description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."
5+
6+
homepage: "http://www.ocsigen.org"
7+
bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/"
8+
dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
9+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
10+
build: [ make "-j%{jobs}%" ]
11+
install: [ make "install" ]
12+
available: arch != "x86_32" & arch != "arm32"
13+
depends: [
14+
"ocaml" {>= "4.08.0"}
15+
"js_of_ocaml" {>= "5.5.0"}
16+
"eliom" {>= "11.0.0"}
17+
"calendar" {>= "2.0.0"}
18+
]
19+
url {
20+
src:
21+
"https://github.com/ocsigen/ocsigen-toolkit/archive/refs/tags/4.1.0.tar.gz"
22+
checksum: [
23+
"md5=d6690304b1fec1d84edf9c806609e581"
24+
"sha512=d4686cf9305fb79b03628380b247c9478e9864d25c7d1895c89cef6dc179fe1b506135c7a7bb4ca58451b25c965f0e96374ed040444c4e53e9e368fd9197b26c"
25+
]
26+
}

0 commit comments

Comments
 (0)