this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26467 from balat/opam-publish-ocsigen-toolkit.4.0.0

Package ocsigen-toolkit.4.0.0

authored by

Marcello Seri and committed by
GitHub
438340cc 1a7ee136

+26
+26
packages/ocsigen-toolkit/ocsigen-toolkit.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "dev@ocsigen.org" 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 + authors: "dev@ocsigen.org" 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" {>= "4.1.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.0.0.tar.gz" 22 + checksum: [ 23 + "md5=ae5d3894c74a88db3723ad5d0c0e28a4" 24 + "sha512=6997ef4c341b0276fb21c9bc40b20ecb5a74af0373565a3842985f92c71bb5cbe0514b5f1447dc5cc8ca1750a74c74274d308490a4e20be36a2ff7ecdd57d0c0" 25 + ] 26 + }