opam-version: "2.0"
maintainer: "ftovagliari@gmail.com"
authors: ["Francesco Tovagliari"]
homepage: "https://forge.ocamlcore.org/projects/ocamleditor/"
build: ["ocaml" "build.ml" "ocamleditor"]
remove: [["ocaml" "tools/uninstall.ml" "-prefix" prefix]]
depends: [
  "ocaml" {= "4.01.0"}
  "ocamlfind" {>= "1.4.0"}
  "lablgtk" {>= "2.16.0"}
  "xml-light" {>= "2.2"}
]
depopts: ["ocurl"]
conflicts: [
  "ocurl" {< "0.6"}
]
dev-repo: "git://github.com/ftovagliari/ocamleditor"
install: ["ocaml" "tools/install.ml" "-prefix" prefix]
synopsis: "OCamlEditor is a source code editor and build tool for OCaml."
description: """
It provides many features to facilitate editing code, accessing API reference
directly from the editor and compiling projects. It is light-weight,
open source. Runs on Linux and Windows."""
url {
  src: "https://github.com/ftovagliari/ocamleditor/archive/1.12.0.tar.gz"
  checksum: "md5=fc666d77f9e545310d241df8cde095aa"
}
