File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
packages/stone/stone.0.5.2 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 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)"]
You can’t perform that action at this time.
0 commit comments