-
Notifications
You must be signed in to change notification settings - Fork 7
/
dune-project
64 lines (55 loc) · 1.26 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
(lang dune 3.16)
(name sandworm)
(generate_opam_files true)
(source
(github ocaml-dune/binary-distribution))
(authors
"Etienne Marais <[email protected]>"
"Marek Kubica <[email protected]>"
"Stephen Sherratt <[email protected]>"
"Ambre Austen Suhamy <[email protected]>"
"Leandro Ostera <[email protected]>"
"Alpha Issiaga DIALLO <[email protected]>")
(maintainers
"Etienne Marais <[email protected]>"
"Marek Kubica <[email protected]>"
"Stephen Sherratt <[email protected]>"
"Ambre Austen Suhamy <[email protected]>"
"Leandro Ostera <[email protected]>"
"Alpha Issiaga DIALLO <[email protected]>")
(license ISC)
(package
(name sandworm)
(synopsis "Dune metadata website generator")
(description "The Dev Preview website generator.")
(depends
ocaml
dune
yojson
ppx_deriving_yojson
mlx
ocamlmerlin-mlx
ptime
fpath
cmdliner
html_of_jsx
dream
dream-encoding
tailwindcss
(ocaml-lsp-server :with-dev-setup)
(ocamlformat
(and
(= 0.26.2)
:with-dev-setup))))
(dialect
(name mlx)
(implementation
(extension mlx)
(merlin_reader mlx)
(preprocess
(run mlx-pp %{input-file}))))
(pin
(url
"git+https://github.com/tmattio/opam-tailwindcss#e5bb6361a50c7cc5cad802311e609336583ca08f")
(package
(name tailwindcss)))