File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/dream-serve/dream-serve.1.0.1 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments