opam-version: "2.0"
maintainer: "Frédéric Bour <frederic.bour@lakaban.net>"
authors: ["Frédéric Bour <frederic.bour@lakaban.net>"]
homepage: "https://github.com/let-def/inuit"
doc: "https://let-def.github.io/inuit/doc"
license: "ISC"
dev-repo: "git+https://github.com/let-def/inuit.git"
bug-reports: "https://github.com/let-def/inuit/issues"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "grenier" {>= "0.4"}
]
build:
[[ "ocaml" "pkg/pkg.ml" "build"
           "--pinned" "%{pinned}%" ]]
synopsis: "Make interactive text-based user-interfaces in OCaml"
description: """
Inuit is an abstraction for interactively updating a text buffer. 
It is designed to be use with a backend that will present the buffer to the
end user.
[Sturgeon](https://github.com/let-def/sturgeon) is a backend targeting emacs
buffers.

Inuit is distributed under the ISC license."""
url {
  src:
    "https://github.com/let-def/inuit/releases/download/v0.2/inuit-0.2.tbz"
  checksum: "md5=5e4e94cd631580d5f08771002d1760e9"
}
