-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhtml_of_wiki.opam
39 lines (39 loc) · 984 Bytes
/
html_of_wiki.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A wikicreole to HTML compiler"
description:
"a static website generator for software projects, using wikicreole syntax."
maintainer: [
"The ocsigen team <[email protected]>" "Leo Valais <[email protected]>"
]
authors: ["The ocsigen team <[email protected]>"]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/ocsigen/html_of_wiki"
doc: "https://ocsigen.org/html_of_wiki/2.0/manual/intro"
bug-reports: "https://github.com/ocsigen/html_of_wiki/issues"
depends: [
"dune" {>= "2.0"}
"cmdliner" {>= "1.1.1"}
"js_of_ocaml-ppx_deriving_json"
"js_of_ocaml-ppx"
"ocamlfind"
"re"
"base64"
"reason"
"tyxml" {>= "4.6.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocsigen/html_of_wiki.git"