forked from ocaml/v2.ocaml.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
34 lines (34 loc) · 711 Bytes
/
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
opam-version: "1.2"
name: "ocamlorg"
version: "dev"
maintainer: "The OCaml.org team"
authors: "The OCaml.org team"
homepage: "https://github.com/ocaml/ocaml.org"
bug-reports: "https://github.com/ocaml/ocaml.org/issues"
license: "See LICENSE.md file."
dev-repo: "https://github.com/ocaml/ocaml.org.git"
build: [
[make]
]
depends: [
"ocamlfind" {build}
"base-bytes" {build}
"opam-lib" {>= "1.2.0"}
"opamfu" {>= "0.1.2"}
"opam2web" {>= "1.4.0"}
"omd" {>= "1.2.1"}
"ocamlnet" {>= "4.0.1"}
"conf-gnutls"
"mpp" {>= "0.1.2"}
"uri" {>= "1.3.11"}
"syndic" {>= "1.5.2"}
"cow" {>= "2.2.0"}
"camlp4"
]
depopts: [
# for the Gtk tutorial:
"lablgtk2"
]
available: [
ocaml-version >= "4.02.3"
]