this repo has no description
1opam-version: "2.0" 2synopsis: "I18n made easy for web sites written with eliom" 3description: "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" 4maintainer: "Jan Rochel <jan@besport.com>" 5 6homepage: "https://github.com/besport/ocsigen-i18n" 7bug-reports: "https://github.com/besport/ocsigen-i18n/issues" 8dev-repo: "git+https://github.com/besport/ocsigen-i18n.git" 9license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 10build: [ make "build" ] 11install: [ make "bindir=%{bin}%" "install" ] 12 13depends: [ 14 "ocaml" {>= "4.08"} 15 "ocamlfind" {build} 16 "tyxml" { >= "4.3.0" } 17 "ppx_tools" 18] 19authors: "Julien Sagot" 20url { 21 src: "https://github.com/besport/ocsigen-i18n/archive/3.6.0.tar.gz" 22 checksum: [ 23 "md5=8bcc62f4835dedbfdd3739da7324d69c" 24 "sha512=aafcc2229d47534c72018ae44de03d546bd2e9a55367ebf8480d689c8e2e02f1c5dfe282db9d6a96b1bbbe5ac9e3d7042d591ccf73ede9f0ac38a41e9e9a4273" 25 ] 26}