this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19155 from alan-j-hu/release-camyll-0.3.0

[new release] camyll (0.3.0)

authored by

Marcello Seri and committed by
GitHub
068bf31e 194a0499

+60
+60
packages/camyll/camyll.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A static site generator" 3 + description: """ 4 + Camyll is a static site generator. 5 + 6 + Features: 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""" 12 + maintainer: ["Alan Hu <alanh@ccs.neu.edu>"] 13 + authors: ["Alan Hu <alanh@ccs.neu.edu>"] 14 + license: "MIT" 15 + tags: ["blog" "web" "website"] 16 + homepage: "https://alan-j-hu.github.io/camyll" 17 + bug-reports: "https://github.com/alan-j-hu/camyll/issues" 18 + depends: [ 19 + "dune" {>= "2.7"} 20 + "angstrom" {>= "0.15" & < "0.16"} 21 + "calendar" {>= "2.01" & < "3.0"} 22 + "cmdliner" {>= "1.0" & < "2.0"} 23 + "httpaf" {>= "0.7.1" & < "0.8"} 24 + "httpaf-lwt-unix" {>= "0.7.1" & < "0.8"} 25 + "jingoo" {>= "1.4" & < "2.0"} 26 + "lambdasoup" {>= "0.7" & < "0.8"} 27 + "markup" {>= "0.8" & < "2.0"} 28 + "ocaml" {>= "4.12"} 29 + "omd" {= "2.0.0~alpha2"} 30 + "plist-xml" {< "0.4"} 31 + "re" {>= "1.9" & < "2.0"} 32 + "textmate-language" {>= "0.3.1" & < "0.4"} 33 + "toml" {>= "7" & < "8"} 34 + "uri" {>= "4.2" & < "5"} 35 + "odoc" {with-doc} 36 + ] 37 + build: [ 38 + ["dune" "subst"] {dev} 39 + [ 40 + "dune" 41 + "build" 42 + "-p" 43 + name 44 + "-j" 45 + jobs 46 + "@install" 47 + "@runtest" {with-test} 48 + "@doc" {with-doc} 49 + ] 50 + ] 51 + dev-repo: "git+https://github.com/alan-j-hu/camyll.git" 52 + url { 53 + src: 54 + "https://github.com/alan-j-hu/camyll/releases/download/0.3.0/camyll-0.3.0.tbz" 55 + checksum: [ 56 + "sha256=adea2b7dfc77cf55f35f527c68bcc10340594775d2982a2af6c8263b65746bfd" 57 + "sha512=13d0929bdd0e33fc3a87e6ca80a3a389b66d546c88c9ff264e079d6b9a9bddfdb013f557137909e15950fe9b07fd220e210ce697cfaf989463a419fc4e2c76a3" 58 + ] 59 + } 60 + x-commit-hash: "9cf12cf2da8ac5e28fa6ef99694b462a2a1920bc"