-
Notifications
You must be signed in to change notification settings - Fork 1
/
dune-project
40 lines (36 loc) · 933 Bytes
/
dune-project
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
40
(lang dune 2.7)
(name camyll)
(generate_opam_files true)
(license MIT)
(authors "Alan Hu <[email protected]>")
(maintainers "Alan Hu <[email protected]>")
(homepage "https://alan-j-hu.github.io/camyll")
(source (github alan-j-hu/camyll))
(package
(name camyll)
(synopsis "A static site generator")
(description "Camyll is a static site generator.
Features:
- Conversion from Markdown to HTML
- Syntax highlighting of any language via user-provided TextMate grammars
- Post tagging
- Processing of literate Agda")
(tags (blog web website))
(depends
(angstrom (>= 0.15))
(calendar (>= 2.01))
(cmdliner (>= 1.1))
(ezjsonm (>= 1.3))
(httpaf (>= 0.7.1))
(httpaf-lwt-unix (>= 0.7.1))
(jingoo (>= 1.4))
(markup (>= 0.8))
(ocaml (>= 4.14))
(omd (>= 2.0.0~alpha2))
(otoml (>= 0.9.3))
(plist-xml (>= 0.5))
(re (>= 1.9))
(slug (>= 1.0))
(textmate-language (>= 0.3.2))
(uri (>= 4.2))
(yaml (>= 3.1))))