-
Notifications
You must be signed in to change notification settings - Fork 106
/
mirageio.opam
75 lines (75 loc) · 2.19 KB
/
mirageio.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Website infrastructure and content for mirageos.org"
description: "Website infrastructure and content for mirageos.org"
maintainer: ["[email protected]"]
authors: [
"Anil Madhavapeddy"
"Amir Chaudhry"
"Thomas Gazagnaire"
"Richard Mortier"
"Hannes Mehnert"
"Mindy Preston"
"Lucas Pluvinage"
"Thomas Leonard"
"Dave Scott"
"Martin Keegan"
"Thibaut Mattio"
]
license: "ISC"
homepage: "https://github.com/mirage/mirage-www"
doc: "https://mirage.github.io/mirage-www/"
bug-reports: "https://github.com/mirage/mirage-www/issues"
depends: [
"ocaml" {>= "4.14"}
"dune" {>= "3.8"}
"dream"
"dream-mirage"
"tcpip" {>= "8.0"}
"mirage-time" {>= "3.0"}
"mirage-kv-mem" {>= "3.2.1"}
"mirage-clock-unix" {>= "3.0"}
"mirage-unix" {>= "5.0.0"}
"ptime" {>= "0.8.1"}
"tailwindcss" {build}
"crunch" {build & >= "3.1.0"}
"cmarkit" {build & >= "0.2.0"}
"hilite" {build & >= "0.4.0"}
"yaml" {build}
"fmt" {build}
"ppx_deriving_yaml" {build & >= "0.2.1"}
"mdx" {with-test}
"mirage" {with-test}
"mirage-block-unix" {with-test}
"mirage-kv-unix" {with-test & >= "3.0.0"}
"mirage-net-unix" {with-test}
"mirage-logs" {with-test}
"mirage-crypto-rng-mirage" {with-test}
"mirage-bootvar" {with-test}
"dns-certify" {with-test}
"lwt" {with-test}
"charrua-client" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mirage/mirage-www.git"
pin-depends: [
["dream-pure.dev" "git+https://github.com/samoht/dream.git#e3c57b830ca7f517f531ac998ab13923f8bd076d"]
["dream.dev" "git+https://github.com/samoht/dream.git#e3c57b830ca7f517f531ac998ab13923f8bd076d"]
["dream-mirage.dev" "git+https://github.com/samoht/dream.git#e3c57b830ca7f517f531ac998ab13923f8bd076d"]
["dream-httpaf.dev" "git+https://github.com/samoht/dream.git#e3c57b830ca7f517f531ac998ab13923f8bd076d"]
["tailwindcss.dev" "https://github.com/tmattio/opam-tailwindcss/archive/3e60fc32bbcf82525999d83ad0f395e16107026b.tar.gz"]
]