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.06.1"} 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.5.0.tar.gz" 22 checksum: [ 23 "md5=ff4dee60c1cf5e3ce4449bc2fb803924" 24 "sha512=39d6a88fa5068d3c090696c757e43255b094da56fc49966ef2c89d4e1b9bcc1e2115d929f609a43a63402a2e6ab71866d1bb642d89655ba4ba5775004219dac9" 25 ] 26}