opam-version: "2.0"

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>"
maintainer: "Vasile Rotaru <vrotaru.md@gmail.com>"

homepage: "https://github.com/vrotaru/ocamleditor"
bug-reports: "https://github.com/vrotaru/ocamleditor/issues"

build: [["ocaml" "build.ml" "ocamleditor"]]
install: [["ocaml" "tools/install.ml" "-prefix" prefix]]

depends: [
  "ocaml" {= "4.10.0"}
  "ocamlfind" {>= "1.4.0"}
  "lablgtk" {>= "2.18.0"}
  "xml-light" {>= "2.2"}
]
depopts: [
  "ocp-indent"
  "ocurl"
  "ocamldiff"
]
dev-repo: "git+https://github.com/vrotaru/ocamleditor"
url {
    src: "https://github.com/vrotaru/ocamleditor/archive/1.1.34-preview.4.10.tar.gz"
    checksum: [
        "sha256=8df5b5847c4f29ff236dd74e44b4f41502495b21564bf0d25a289f5b605a879d"
        "sha512=13167bb307a8b4d4a613a42349db49b688b3175fe1c47b8b2dc831befea8014577d482d8c722cb8e55c606233f73ff1b6bb2751d8289c5e274ef9cdefaeaa031"
    ]
}
