this repo has no description
1opam-version: "2.0"
2synopsis: "A static site generator"
3description: """
4Camyll is a static site generator.
5
6Features:
7
8- Conversion from Markdown to HTML
9- Syntax highlighting of any language via user-provided TextMate grammars
10- Post tagging
11- Processing of literate Agda"""
12maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
13authors: ["Alan Hu <alanh@ccs.neu.edu>"]
14license: "MIT"
15tags: ["blog" "web" "website"]
16homepage: "https://alan-j-hu.github.io/camyll"
17bug-reports: "https://github.com/alan-j-hu/camyll/issues"
18depends: [
19 "dune" {>= "2.7"}
20 "angstrom" {>= "0.15" & < "0.16"}
21 "calendar" {>= "2.01" & < "3.0"}
22 "cmdliner" {>= "1.0" & < "2.0"}
23 "httpaf" {>= "0.7.1" & < "0.8"}
24 "httpaf-lwt-unix" {>= "0.7.1" & < "0.8"}
25 "jingoo" {>= "1.4" & < "2.0"}
26 "lambdasoup" {>= "0.7" & < "0.8"}
27 "markup" {>= "0.8" & < "2.0"}
28 "ocaml" {>= "4.12"}
29 "omd" {= "2.0.0~alpha2"}
30 "plist-xml" {< "0.4"}
31 "re" {>= "1.9" & < "2.0"}
32 "textmate-language" {>= "0.3.1" & < "0.4"}
33 "toml" {>= "7" & < "8"}
34 "uri" {>= "4.2" & < "5"}
35 "odoc" {with-doc}
36]
37build: [
38 ["dune" "subst"] {dev}
39 [
40 "dune"
41 "build"
42 "-p"
43 name
44 "-j"
45 jobs
46 "@install"
47 "@runtest" {with-test}
48 "@doc" {with-doc}
49 ]
50]
51dev-repo: "git+https://github.com/alan-j-hu/camyll.git"
52url {
53 src:
54 "https://github.com/alan-j-hu/camyll/releases/download/0.3.0/camyll-0.3.0.tbz"
55 checksum: [
56 "sha256=adea2b7dfc77cf55f35f527c68bcc10340594775d2982a2af6c8263b65746bfd"
57 "sha512=13d0929bdd0e33fc3a87e6ca80a3a389b66d546c88c9ff264e079d6b9a9bddfdb013f557137909e15950fe9b07fd220e210ce697cfaf989463a419fc4e2c76a3"
58 ]
59}
60x-commit-hash: "9cf12cf2da8ac5e28fa6ef99694b462a2a1920bc"