File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ 4+ homepage: "http://dev.isomorphis.me/stone"
5+ bug-reports: "http://github.com/Armael/stone/issues"
6+ dev-repo: "git+https://github.com/Armael/stone.git"
7+ license: "MIT"
8+ build: [
9+ ["dune" "subst"] {dev}
10+ ["dune" "build" "-p" name "-j" jobs "@install"]
11+ ]
12+ depends: [
13+ "dune" {>= "1.11"}
14+ "crunch" {build}
15+ "cow" {>= "2.0.0"}
16+ "base-bytes"
17+ "inotify" {>= "2.3"}
18+ "cmarkit" {>= "0.3.0"}
19+ "bos" {>= "0.2.0"}
20+ "astring" {>= "0.8"}
21+ "otoml" {>= "1.0"}
22+ "ocaml" {>= "5.1"}
23+ ]
24+ synopsis: "Stone is a static website generator"
25+ description:
26+ "Full documentation is available at http://dev.isomorphis.me/stone/"
27+ x-maintenance-intent: ["(latest)"]
28+ url {
29+ src: "https://github.com/Armael/stone/archive/refs/tags/v0.6.tar.gz"
30+ checksum: [
31+ "sha256=dfb3b641273822921b75809690e58876c0bc8902af5f86222c7e00a7a339c4f7"
32+ "md5=19f7ec05bf952d57fe7c30ed3a0f585b"
33+ ]
34+ }
35+ post-messages: [
36+ "This release comes with a good number of breaking changes. \
37+ Please visit https://github.com/Armael/stone/blob/v0.6/CHANGES.md#v06 for the list of changes and a migration guide." {success}
38+ ]
You can’t perform that action at this time.
0 commit comments