-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.opam
More file actions
41 lines (41 loc) · 788 Bytes
/
menu.opam
File metadata and controls
41 lines (41 loc) · 788 Bytes
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Reed College commons menu"
description: "Reed College commons menu"
authors: ["B Smith"]
license: "ISC"
homepage: "https://github.com/merlin04/reed-menu"
bug-reports: "https://github.com/merlin04/reed-menu/issues"
depends: [
"ocaml"
"dune" {>= "3.12"}
"ppx_deriving"
"ppx_deriving_yojson"
"cohttp-lwt-unix"
"re"
"tls-lwt"
"logs"
"dream"
"dream-livereload"
"ppx_fields_conv"
"ppx_stable"
"crunch"
"timedesc"
"redis-sync"
"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/merlin04/reed-menu.git"