this repo has no description
0
fork

Configure Feed

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

Merge pull request #27719 from alan-j-hu/release-camyll-0.4.4

[new release] camyll (0.4.4)

authored by

Marcello Seri and committed by
GitHub
7481045c 704b570b

+62
+62
packages/camyll/camyll.0.4.4/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 <ahulambda@gmail.com>"] 13 + authors: ["Alan Hu <ahulambda@gmail.com>"] 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"} 21 + "calendar" {>= "2.01"} 22 + "cmarkit" {>= "0.3.0"} 23 + "cmdliner" {>= "1.1"} 24 + "ezjsonm" {>= "1.3"} 25 + "httpaf" {>= "0.7.1"} 26 + "httpaf-lwt-unix" {>= "0.7.1"} 27 + "jingoo" {>= "1.4"} 28 + "markup" {>= "0.8"} 29 + "ocaml" {>= "4.14"} 30 + "otoml" {>= "0.9.3"} 31 + "plist-xml" {>= "0.5"} 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 + ] 39 + build: [ 40 + ["dune" "subst"] {dev} 41 + [ 42 + "dune" 43 + "build" 44 + "-p" 45 + name 46 + "-j" 47 + jobs 48 + "@install" 49 + "@runtest" {with-test} 50 + "@doc" {with-doc} 51 + ] 52 + ] 53 + dev-repo: "git+https://github.com/alan-j-hu/camyll.git" 54 + url { 55 + src: 56 + "https://github.com/alan-j-hu/camyll/releases/download/0.4.4/camyll-0.4.4.tbz" 57 + checksum: [ 58 + "sha256=bc11cb792e76dec7580c8cea508a76887a89b6fc6795719165345b38189f964b" 59 + "sha512=cecf98760e4718dd46a9466cc473406defbf652a3b7e59b63797caf9418fb0e6cbca3124e28544b6a3e4e8a0974d3ea9661274b2bab01baa8bed3e6248fc155c" 60 + ] 61 + } 62 + x-commit-hash: "b737bda7620d9f179119cfb6eab6b00fe5cfbc6c"