|
| 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 < [email protected]>"] |
| 13 | +authors: ["Alan Hu < [email protected]>"] |
| 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" & < "4"} |
| 22 | + "cmdliner" {>= "1.1" & < "2"} |
| 23 | + "ezjsonm" {>= "1.3" & < "2"} |
| 24 | + "httpaf" {>= "0.7.1" & < "0.8"} |
| 25 | + "httpaf-lwt-unix" {>= "0.7.1" & < "0.8"} |
| 26 | + "jingoo" {>= "1.4" & < "2"} |
| 27 | + "markup" {>= "0.8" & < "2"} |
| 28 | + "ocaml" {>= "4.14"} |
| 29 | + "omd" {>= "2.0.0~"} |
| 30 | + "otoml" {>= "0.9.3"} |
| 31 | + "plist-xml" {>= "0.5"} |
| 32 | + "re" {>= "1.9" & < "2"} |
| 33 | + "slug" {>= "1.0" & < "2"} |
| 34 | + "textmate-language" {>= "0.3.2" & < "0.4"} |
| 35 | + "uri" {>= "4.2" & < "5"} |
| 36 | + "yaml" {>= "3.1" & < "4"} |
| 37 | + "odoc" {with-doc} |
| 38 | +] |
| 39 | +conflicts: [ |
| 40 | + "omd" {= "2.0.0~alpha1"} |
| 41 | +] |
| 42 | +build: [ |
| 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 | +] |
| 56 | +dev-repo: "git+https://github.com/alan-j-hu/camyll.git" |
| 57 | +url { |
| 58 | + src: |
| 59 | + "https://github.com/alan-j-hu/camyll/releases/download/0.4.3/camyll-0.4.3.tbz" |
| 60 | + checksum: [ |
| 61 | + "sha256=6e3487eaa3d4ce4cc8cd02fddefca17df84b46e250e851f232b231bac641d651" |
| 62 | + "sha512=600664ae59cc543ab7f8a35e2726ae92fa599bbeae6a85939f5c95e0ef7c745771b56d4645b237127431cb94d672424ea9eaf0770904588edbf957dd2847dcdf" |
| 63 | + ] |
| 64 | +} |
| 65 | +x-commit-hash: "b6530d6bd80821debba1f2b3ced5fc27f77554ed" |
0 commit comments