opam-version: "2.0"
maintainer: "ftovagliari@gmail.com"
homepage: "http://ocamleditor.forge.ocamlcore.org/"
build: [["ocaml" "build.ml" "ocamleditor"]]
install: [["ocaml" "tools/install.ml" "-prefix" prefix]]
remove: [["ocaml" "tools/uninstall.ml" "-prefix" prefix]]
depends: [
  "ocaml" {= "4.01.0"}
  "ocamlfind" {>= "1.4.0"}
  "lablgtk" {>= "2.18.0"}
  "xml-light" {>= "2.2"}
]
depopts: [
  "ocurl" 
  "ocamldiff" 
]
synopsis:
  "OCamlEditor is a GTK+ 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."""
authors: "Francesco Tovagliari <ftovagliari@gmail.com>"
url {
  src: "https://github.com/ftovagliari/ocamleditor/archive/1.13.4.tar.gz"
  checksum: "md5=a25741f590631c824a6d741ebb6248de"
}
