forked from besport/ocsigen-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
20 lines (18 loc) · 786 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
opam-version: "2.0"
name: "ocsigen-i18n"
version: "3.7.0"
synopsis: "I18n made easy for web sites written with eliom"
description: "Provides executables: ocsigen-i18n-generator for generating an eliom file from a file containing tab-separated values; ocsigen-i18n-rewriter for implementing a PPX syntax for referencing entries in the generated eliom file"
maintainer: "Jan Rochel <[email protected]>"
homepage: "https://github.com/besport/ocsigen-i18n"
bug-reports: "https://github.com/besport/ocsigen-i18n/issues"
dev-repo: "git+https://github.com/besport/ocsigen-i18n.git"
build: [ make "build" ]
install: [ make "bindir=%{bin}%" "install" ]
depends: [
"ocaml" {>= "4.08"}
"ocamlfind" {build}
"tyxml" { >= "4.3.0" }
"ppx_tools"
]
authors: "Julien Sagot"