-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathyocaml-www.opam
More file actions
65 lines (65 loc) · 1.51 KB
/
yocaml-www.opam
File metadata and controls
65 lines (65 loc) · 1.51 KB
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "dev"
synopsis: "The YOCaml website"
description: "Source code of the YOCaml website"
maintainer: [
"gr-im <grimfw@gmail.com>"
"The XHTMLBoy <xhtmlboi@gmail.com>"
"xvw <xaviervdw@gmail.com>"
"msp <spanwmick@gmail.com>"
]
authors: [
"gr-im <grimfw@gmail.com>"
"The XHTMLBoy <xhtmlboi@gmail.com>"
"xvw <xaviervdw@gmail.com>"
"msp <spanwmick@gmail.com>"
]
license: "GPL-3.0-or-later"
homepage: "https://github.com/yocaml/yocaml-www"
bug-reports: "https://github.com/yocaml/yocaml-www/issues"
depends: [
"dune" {>= "3.20"}
"ocaml" {>= "5.3.0"}
"yocaml" {>= "3.0.0"}
"yocaml_runtime" {>= "3.0.0"}
"yocaml_unix" {>= "3.0.0"}
"yocaml_git" {>= "3.0.0"}
"yocaml_syndication" {>= "3.0.0"}
"yocaml_yaml" {>= "3.0.0"}
"yocaml_otoml" {>= "3.0.0"}
"yocaml_jingoo" {>= "3.0.0"}
"yocaml_markdown" {>= "3.0.0"}
"yojson"
"uri"
"emile"
"mdx"
"cmdliner" {>= "1.3.0"}
"cmarkit" {>= "0.3.0"}
"hilite" {>= "0.5.0"}
"js_of_ocaml-compiler"
"js_of_ocaml-ppx"
"ppx_expect" {with-test}
"utop" {with-dev-setup}
"ocamlformat" {with-dev-setup}
"ocp-indent" {with-dev-setup}
"merlin" {with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"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/yocaml/yocaml-www.git"
x-maintenance-intent: ["(latest)"]