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} "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"} "ocamlrss" "uri" {>= "1.3.11"} "syndic" {>= "1.4"} "camlp4" ] depopts: [ # for the Gtk tutorial: "lablgtk2" ] available: [ ocaml-version = "4.01.0" ]