forked from ocsigen/ocsigen-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
19 lines (19 loc) · 705 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
opam-version: "2.0"
name: "ocsigen-toolkit"
version: "2.3.1"
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 with OCaml linking exception"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"ocaml" {>= "4.07.0"}
"eliom" {>= "6.7.0"}
"calendar"
]