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