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 "markup" {>= "0.8"} 28 "ocaml" {>= "4.14"} 29 "omd" {>= "2.0.0~"} 30 "otoml" {>= "0.9.3"} 31 "plist-xml" {< "0.4"} 32 "re" {>= "1.9"} 33 "slug" {>= "1.0"} 34 "textmate-language" {>= "0.3.2"} 35 "uri" {>= "4.2"} 36 "yaml" {>= "3.1"} 37 "odoc" {with-doc} 38] 39conflicts: [ 40 "omd" {= "2.0.0~alpha1"} 41] 42build: [ 43 ["dune" "subst"] {dev} 44 [ 45 "dune" 46 "build" 47 "-p" 48 name 49 "-j" 50 jobs 51 "@install" 52 "@runtest" {with-test} 53 "@doc" {with-doc} 54 ] 55] 56dev-repo: "git+https://github.com/alan-j-hu/camyll.git" 57url { 58 src: 59 "https://github.com/alan-j-hu/camyll/releases/download/0.4.2/camyll-0.4.2.tbz" 60 checksum: [ 61 "sha256=48212a173606749d14fb90d4becb80dadbe3aa3d3ff7a6945dda8cf9307cc205" 62 "sha512=085ecc6c840be2d5afabd98fb1c4cc8ac7d79c8701e8540f6497c12c71580e4c8db782353e19309b459da40e9d84cfbaeef9c1ff841da073e73f5449af9579fa" 63 ] 64} 65x-commit-hash: "7caa78b2930e77c40c3906f383a5264a99588821"