Skip to content

Commit 095b464

Browse files
author
Jan Rochel
committed
opam 2
1 parent 2cfe92c commit 095b464

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

opam

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
opam-version: "2.0"
2+
name: "ocsigen-toolkit"
3+
version: "dev"
4+
maintainer: "[email protected]"
5+
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
6+
description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications. The toolkit is in beta state."
7+
8+
homepage: "http://www.ocsigen.org"
9+
bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/"
10+
dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
11+
license: "LGPL-2.1 with OCaml linking exception"
12+
build: [ make "-j%{jobs}%" ]
13+
install: [ make "install" ]
14+
remove: [ make "uninstall" ]
15+
depends: [
16+
"ocaml" {>= "4.03.0"}
17+
"eliom" {>= "6.3"}
18+
"calendar"
19+
]

opam/descr

Lines changed: 0 additions & 1 deletion
This file was deleted.

opam/opam

Lines changed: 0 additions & 15 deletions
This file was deleted.

opam/url

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)