opam-version: "2.0" maintainer: "Frédéric Bour " authors: "Frédéric Bour " homepage: "https://github.com/let-def/inuit" bug-reports: "https://github.com/let-def/inuit/issues" license: "ISC" doc: "https://let-def.github.io/inuit/doc" dev-repo: "git+https://github.com/let-def/inuit.git" build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "grenier" ] synopsis: "An abstraction for text-oriented UI" description: """ Inuit is a library making it easy to design simple interactive text applications. This library is only a frontend, managing state and processing event. It needs an external backend to do the actual display. Currently, the only backend is provided by Sturgeon which display UIs in an emacs buffer.""" url { src: "https://github.com/let-def/inuit/archive/v0.1.tar.gz" checksum: [ "sha256=e45f2b534efa2d0f5fb9a657c9131fa92b66da224f37fd0bbbe548bd28561abf" "md5=a8e70d667b39649ef2e8dc1561200f14" ] }