-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdune-project
99 lines (91 loc) · 1.59 KB
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
(lang dune 2.7)
(name sesame)
(generate_opam_files true)
(source
(github patricoferris/sesame))
(license ISC)
(authors "Patrick Ferris")
(maintainers "[email protected]")
(package
(name sesame)
(synopsis "A Simple Static Site Generator")
(description
"Sesame can build simple static sites from Jeykll-format documents")
(depends
(alcotest-lwt
(and
(>= 1.3.0)
:with-test))
(ppx_deriving_yojson
(>= 3.6.1))
(digestif
(>= 1.0.0))
(yaml
(>= 2.1.0))
(uri
(>= 4.1.0))
(tyxml-ppx
(>= 4.4.0))
(tyxml
(>= 4.4.0))
(ppx_deriving_yaml
(>= 0.1.0))
(omd
(>= 2.0.0~alpha1))
(lwt
(>= 5.4.0))
(jekyll-format
(>= 0.2.0))
(fpath
(>= 0.7.3))
(fmt
(>= 0.8.9))
(cohttp-lwt-unix
(>= 4.0.0))
(cohttp
(>= 4.0.0))
(camlimages
(>= 5.0.4))
(alcotest :with-test)
bos))
(package
(name current-sesame)
(synopsis "The OCurrent-powered Static Site Generator")
(description
"Current-sesame builds on top of Sesame providing a toolkit of OCurrent-powered modules for building more complex pipelines that ultimately build websites")
(depends
(irmin-watcher
(>= 0.4.1))
(sesame
(= :version))
(dream
(>= 1.0.0~alpha2))
(ppx_deriving_yaml
(and
(>= 0.1.0)
:with-test))
(alcotest-lwt
(and
(>= 1.3.0)
:with-test))
(yojson
(>= 1.7.0))
(ptime
(>= 0.8.5))
(ppx_deriving_yojson
(>= 3.6.1))
(logs
(>= 0.7.0))
(graphql_ppx
(>= 1.0.1))
(fmt
(>= 0.8.9))
(current
(>= 0.4))
(cohttp-lwt
(>= 4.0.0))
(base64
(>= 3.5.0))
current_git
(alcotest :with-test)
(bos :with-test)))