File: opam

package info (click to toggle)
eliom 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,404 kB
  • ctags: 4,806
  • sloc: ml: 31,721; makefile: 530
file content (21 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "1.2"
name: "eliom"
version: "dev"
author: "dev@ocsigen.org"
maintainer: "dev@ocsigen.org"
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
dev-repo: "https://github.com/ocsigen/eliom.git"
license: "LGPL-2.1 with OCaml linking exception"
build: [make]
depends: [
  "ocamlfind"
  "deriving" {>= "0.6"}
  "js_of_ocaml" {>= "2.5"}
  "tyxml" {>= "3.3.0"}
  "calendar"
  "ocsigenserver" {>= "2.6"}
  "ipaddr" {>= "2.1"}
  "reactiveData"
]
available: [ ocaml-version >= "4.00.0" ]