-
Notifications
You must be signed in to change notification settings - Fork 28
/
opam2web.opam
38 lines (38 loc) · 1.13 KB
/
opam2web.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
opam-version: "2.0"
maintainer: "The opam team"
authors: "The opam team"
homepage: "https://github.com/ocaml/opam2web"
bug-reports: "https://github.com/ocaml/opam2web/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>="2.0.0"}
"opam-lib" {>= "1.3.0"}
"opamfu" {>= "0.1.2"}
"re"
"uri" {>= "1.3.11"}
"cow" {>= "2.3.0"}
"js_of_ocaml" {>= "3.3.0"}
"js_of_ocaml-ppx"
"opam-core" {>= "2.0.0" & < "2.1.0~"}
"opam-format" {>= "2.0.0" & < "2.1.0~"}
"opam-state" {>= "2.0.0" & < "2.1.0~"}
"opam-client" {>= "2.0.0" & < "2.1.0~"}
"opam-file-format" {>="2.1.0" & < "2.1.1"}
"cohttp-lwt-unix"
"yojson" {>= "1.6.0"}
"opam-file-format" {< "2.1.1"}
"cmdliner" {>= "1.0.4"}
"omd" {>= "1.3.1" & < "2.0.0~"}
]
build: [
# ["dune" "subst"] {pinned}
# until https://github.com/ocaml/dune/issues/1997
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam2web.git"
synopsis: "Tool to generate the opam.ocaml.org website"
description: """
This utility creates a static website from an OPAM universe, listing all
available packages and their details. A homepage and OPAM documentation is
included as well.
"""