File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
packages/hevea/hevea.2.36 Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Luc Maranget <
[email protected] >"
3+ authors: "Luc Maranget"
4+ homepage: "http://hevea.inria.fr/"
5+ bug-reports: "http://github.com/herd/hevea/issues/"
6+ doc: "http://hevea.inria.fr/doc/index.html"
7+ dev-repo: "git+https://github.com/maranget/hevea.git"
8+ license: ["QPL-1.0 WITH OCaml-LGPL-linking-exception"]
9+ build: [make "PREFIX=%{prefix}%"]
10+ install: [make "PREFIX=%{prefix}%" "install"]
11+ post-messages: [
12+ "The file 'hevea.sty' has been installed in %{lib}%/hevea but latex won't see it by itself" {success}
13+ ]
14+ depends: [
15+ "ocaml" {>= "4.08.0"}
16+ "ocamlbuild" {build}
17+ ]
18+ conflicts: [
19+ "ocaml-option-bytecode-only"
20+ ]
21+ synopsis: "A quite complete and fast LATEX to HTML translator"
22+ url {
23+ src: "https://github.com/maranget/hevea/archive/v2.36.tar.gz"
24+ checksum: "sha256=9848359f935af24b6f962b2ed5d5ac32614bffeb37da374b0960cc0f58e69f0c"
25+ }
You can’t perform that action at this time.
0 commit comments