Skip to content

Commit eb3fcf6

Browse files
authored
Merge pull request #28490 from Armael/stone.0.5.2
stone 0.5.2
2 parents 5fdfa69 + dbab9f7 commit eb3fcf6

File tree

1 file changed

+33
-0
lines changed
  • packages/stone/stone.0.5.2

1 file changed

+33
-0
lines changed

packages/stone/stone.0.5.2/opam

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "http://dev.isomorphis.me/stone"
4+
bug-reports: "http://github.com/Armael/stone/issues"
5+
dev-repo: "git+http://github.com/Armael/stone.git"
6+
license: "MIT"
7+
build: [
8+
["dune" "subst"] {dev}
9+
["dune" "build" "-p" name "-j" jobs "@install"]
10+
]
11+
depends: [
12+
"dune" {>= "1.11"}
13+
"crunch" {build}
14+
"cow" {>= "2.0.0"}
15+
"base-bytes"
16+
"config-file"
17+
"crunch"
18+
"inotify" {>= "2.3"}
19+
"omd"
20+
]
21+
synopsis:
22+
"Simple static website generator, useful for a portfolio or documentation pages"
23+
description:
24+
"Full documentation is available at http://dev.isomorphis.me/stone/"
25+
26+
url {
27+
src: "https://github.com/Armael/stone/archive/v0.5.2.tar.gz"
28+
checksum: [
29+
"sha256=b658738d506012508d4646b55928d46b25aced3d4d9f1331d6f385f0d8c3a6dc"
30+
"md5=7b481c2747a6b3d18e73f6e5568d117a"
31+
]
32+
}
33+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)