forked from ocaml/v2.ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocamlorg.opam
33 lines (33 loc) · 816 Bytes
/
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
opam-version: "2.0"
name: "ocaml-org"
maintainer: "The OCaml.org team"
authors: "The OCaml.org team"
license: "See LICENSE.md file."
homepage: "https://github.com/ocaml/ocaml.org"
bug-reports: "https://github.com/ocaml/ocaml.org/issues"
depends: [
"ocaml" {>= "4.04.0"}
"ocamlfind" {build}
"base-bytes" {build}
"opam-lib" {>= "1.3.0"}
"opamfu" {>= "0.1.2"}
"opam2web" {>= "1.5.0"}
"omd" {>= "1.2.1"}
"ocamlnet" {>= "4.0.1"}
"conf-gnutls"
"mpp" {>= "0.3.1"}
"uri" {>= "1.3.11"}
"syndic" {>= "1.5.2"}
"cow" {>= "2.2.0"}
"camlp4"
]
depopts: [
"lablgtk2" # for the Gtk tutorial
]
build: make
dev-repo: "git+https://github.com/ocaml/ocaml.org.git"
synopsis: "OCaml.org website generation"
description: """
This repository contains the scripts and code to generate
the ocaml.org website.
"""