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