forked from ocaml/ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocamlorg.opam
75 lines (75 loc) · 1.58 KB
/
ocamlorg.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: "Official OCaml website"
description:
"This repository contains the server that serves the official OCaml website at https://ocaml.org."
maintainer: ["Thibaut Mattio" "Patrick Ferris"]
authors: [
"Thibaut Mattio"
"Lucas Pluvinage"
"Patrick Ferris"
"Ashish Agarwal"
"Kanishka Azimi"
"Richard Davison"
"Jiae Kam"
]
license: "ISC"
homepage: "https://github.com/ocaml/ocaml.org"
doc: "https://ocaml.github.io/ocaml.org/"
bug-reports: "https://github.com/ocaml/ocaml.org/issues"
depends: [
"ocaml" {>= "4.14.0" & < "5.0.0"}
"dune" {>= "3.15"}
"cohttp"
"cohttp-lwt-unix"
"bos"
"crunch"
"mirage-kv-mem"
"dream-accept"
"dream-encoding"
"graphql" {>= "0.14.0"}
"fpath"
"fmt"
"logs"
"cmarkit" {>= "0.2.0"}
"opam-format"
"timedesc" {>= "2.0.0"}
"yojson"
"lwt"
"tailwindcss"
"hilite" {>= "0.4.0"}
"river" {>= "0.3"}
"syndic"
"ounit"
"alcotest" {with-test}
"mdx" {with-test & >= "1.10.0"}
"olinkcheck"
"ppx_deriving_yaml"
"ppx_stable"
"ezjsonm"
"lambdasoup"
"ptime"
"cmdliner" {>= "1.1.0"}
"xmlm"
"uri"
"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/ocaml/ocaml.org.git"
pin-depends: [
["tailwindcss.dev" "https://github.com/tmattio/opam-tailwindcss/archive/3e60fc32bbcf82525999d83ad0f395e16107026b.tar.gz"]
["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"]
]