opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "http://www.typerex.org/ocaml-top.html"
license: "GPL-3.0-only"
tags: [
  "org:ocamlpro"
  "org:typerex"
]
build: [
  ["ocp-build" "-init"]
  ["ocp-build" "ocaml-top"]
]
depends: [
  "ocaml" {<= "4.02.3"}
  "ocp-build" {>= "1.99.6-beta" & < "1.99.17-beta"}
  "lablgtk" {>= "2.16.0"}
  "conf-gtksourceview" {= "2"}
  "ocp-indent" {>= "1.4.1"}
  "ocp-index" {>= "1.0.1" & < "1.1.5"}
]
dev-repo: "git://github.com/OCamlPro/ocaml-top"
synopsis: "The OCaml interactive editor for education"
description: """
OCaml-top is a GTK-based editor coupled with an OCaml top-level, providing
straight forward evaluation controls, built-in syntax coloring and forced visual
indentation. It's cross-platform and specially tailored for students and
practicals."""
url {
  src: "https://github.com/OCamlPro/ocaml-top/archive/1.1.2.tar.gz"
  checksum: "md5=c270da843fe1c711f5d14bde4305d7f5"
}
