Skip to content

Commit 821dde6

Browse files
authored
Merge pull request #28549 from Armael/stone.0.6
add stone 0.6
2 parents a543605 + 961acbe commit 821dde6

File tree

1 file changed

+38
-0
lines changed
  • packages/stone/stone.0.6

1 file changed

+38
-0
lines changed

packages/stone/stone.0.6/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
]

0 commit comments

Comments
 (0)