Skip to content

Commit be34cc3

Browse files
authored
Merge pull request ocaml#22819 from gasche/hevea.2.36
hevea 2.36
2 parents 8ed9349 + a36df4c commit be34cc3

File tree

1 file changed

+25
-0
lines changed
  • packages/hevea/hevea.2.36

1 file changed

+25
-0
lines changed

packages/hevea/hevea.2.36/opam

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)