Skip to content

Commit

Permalink
Package ocsigen-toolkit.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Sep 2, 2024
1 parent 8187cd8 commit e18a903
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/ocsigen-toolkit/ocsigen-toolkit.4.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
maintainer: "[email protected]"
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."
authors: "[email protected]"
homepage: "http://www.ocsigen.org"
bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/"
dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
"ocaml" {>= "4.08.0"}
"js_of_ocaml" {>= "4.1.0"}
"eliom" {>= "11.0.0"}
"calendar" {>= "2.0.0"}
]
url {
src:
"https://github.com/ocsigen/ocsigen-toolkit/archive/refs/tags/4.0.0.tar.gz"
checksum: [
"md5=ae5d3894c74a88db3723ad5d0c0e28a4"
"sha512=6997ef4c341b0276fb21c9bc40b20ecb5a74af0373565a3842985f92c71bb5cbe0514b5f1447dc5cc8ca1750a74c74274d308490a4e20be36a2ff7ecdd57d0c0"
]
}

0 comments on commit e18a903

Please sign in to comment.