Skip to content

Commit f97c5f7

Browse files
committed
dream-serve 1.0.1: live-reloading static site server
1 parent 297ab9e commit f97c5f7

File tree

1 file changed

+37
-0
lines changed
  • packages/dream-serve/dream-serve.1.0.1

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
3+
synopsis: "Static HTML website server with live reload"
4+
5+
description: """
6+
dream-serve serves a static HTML site. It injects a small script which reloads
7+
Web pages when they are updated in the file system. This makes it great for
8+
static site development, including odoc documentation pages, and for viewing
9+
Bisect_ppx coverage reports across multiple test runs.
10+
"""
11+
12+
license: "MIT"
13+
homepage: "https://github.com/aantron/dream-serve"
14+
doc: "https://github.com/aantron/dream-serve#readme"
15+
bug-reports: "https://github.com/aantron/dream-serve/issues"
16+
dev-repo: "git+https://github.com/aantron/dream-serve.git"
17+
18+
author: "Anton Bachin <[email protected]>"
19+
maintainer: "Anton Bachin <[email protected]>"
20+
21+
depends: [
22+
"dream" {>= "1.0.0~alpha3"}
23+
"dune" {>= "2.0.0"}
24+
"lambdasoup" {>= "0.6.1"}
25+
"luv"
26+
"lwt" {>= "5.4.0"}
27+
"lwt_ppx"
28+
]
29+
30+
build: [
31+
["dune" "build" "-p" name "-j" jobs]
32+
]
33+
34+
url {
35+
src: "https://github.com/aantron/dream-serve/archive/refs/tags/1.0.1.tar.gz"
36+
checksum: "md5=35c356143b82907a8e2afefe51cb29f1"
37+
}

0 commit comments

Comments
 (0)