this repo has no description
1opam-version: "2.0"
2synopsis: "A static site generator"
3description: """
4Camyll is a static site generator.
5
6- Supports syntax highlighting of arbitrary languages via grammar files
7 included in the site directory
8- Aware of Literate Agda"""
9maintainer: ["Alan Hu <alanh@ccs.neu.edu>"]
10authors: ["Alan Hu <alanh@ccs.neu.edu>"]
11license: "MIT"
12homepage: "https://alan-j-hu.github.io/camyll"
13bug-reports: "https://github.com/alan-j-hu/camyll/issues"
14depends: [
15 "dune" {>= "2.7"}
16 "calendar" {>= "2.0" & < "3.0"}
17 "cmdliner" {>= "1.0" & < "2.0"}
18 "ezjsonm" {>= "1.1" & < "2.0"}
19 "lambdasoup" {>= "0.7" & < "0.8"}
20 "markup" {>= "0.8" & < "2.0"}
21 "mustache" {>= "3.1" & < "4.0"}
22 "ocaml" {>= "4.08"}
23 "omd" {>= "1.3.1" & < "2.0"}
24 "textmate-language" {< "0.2"}
25 "plist-xml" {< "0.4"}
26 "re" {>= "1.9" & < "2.0"}
27 "yaml" {>= "2.1" & < "3.0"}
28 "odoc" {with-doc}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43]
44dev-repo: "git+https://github.com/alan-j-hu/camyll.git"
45x-commit-hash: "b80e8c2477f5dab6378b98f0b4940cf385f46c03"
46url {
47 src:
48 "https://github.com/alan-j-hu/camyll/releases/download/0.1.0/camyll-0.1.0.tbz"
49 checksum: [
50 "sha256=537f36b0443c44ac8b08c2e133e1fe02131ee33a1a9687741012861c92493fc2"
51 "sha512=5796953d0689b9de7594b87feb9dd46467c306a9858897e46ac24c4679557c0701c62ae24196c1dd1291dc782e92ff66b357de32e2a1016f768ef903ddffe20f"
52 ]
53}