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 "calendar" {>= "2.01" & < "3.0"} 21 "cmdliner" {>= "1.0" & < "2.0"} 22 "httpaf" {>= "0.7.1" & < "0.8"} 23 "httpaf-lwt-unix" {>= "0.7.1" & < "0.8"} 24 "jingoo" {>= "1.4" & < "2.0"} 25 "lambdasoup" {>= "0.7" & < "0.8"} 26 "markup" {>= "0.8" & < "2.0"} 27 "ocaml" {>= "4.12"} 28 "omd" {= "2.0.0~alpha2"} 29 "textmate-language" {>= "0.3.1" & < "0.4"} 30 "plist-xml" {< "0.4"} 31 "re" {>= "1.9" & < "2.0"} 32 "toml" {>= "7" & < "8"} 33 "odoc" {with-doc} 34] 35build: [ 36 ["dune" "subst"] {dev} 37 [ 38 "dune" 39 "build" 40 "-p" 41 name 42 "-j" 43 jobs 44 "@install" 45 "@runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48] 49dev-repo: "git+https://github.com/alan-j-hu/camyll.git" 50url { 51 src: 52 "https://github.com/alan-j-hu/camyll/releases/download/0.2.0/camyll-0.2.0.tbz" 53 checksum: [ 54 "sha256=00a8e939f358c6549eb7082374b28ab80acab101af1d9d565c561e03843b0fe5" 55 "sha512=5165f9b54293d121a777c9156ca0f3695ccef8c5006278aba001911b5305fa569780d3ccb3d4da1cdf15bb6a1f6d09638489fc7e5ea107dc94feb0906a411c51" 56 ] 57} 58x-commit-hash: "fce899a345d89708c851dc37400f308e305346ba"