this repo has no description
1opam-version: "2.0" 2maintainer: "Frédéric Bour <frederic.bour@lakaban.net>" 3authors: "Frédéric Bour <frederic.bour@lakaban.net>" 4homepage: "https://github.com/let-def/inuit" 5bug-reports: "https://github.com/let-def/inuit/issues" 6license: "ISC" 7doc: "https://let-def.github.io/inuit/doc" 8dev-repo: "git+https://github.com/let-def/inuit.git" 9build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 10depends: [ 11 "ocaml" {>= "4.01.0"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "topkg" {build} 15 "grenier" 16] 17synopsis: "An abstraction for text-oriented UI" 18description: """ 19Inuit is a library making it easy to design simple interactive text 20applications. 21This library is only a frontend, managing state and processing event. 22It needs an external backend to do the actual display. Currently, the only 23backend is provided by Sturgeon which display UIs in an emacs buffer.""" 24url { 25 src: "https://github.com/let-def/inuit/archive/v0.1.tar.gz" 26 checksum: [ 27 "sha256=e45f2b534efa2d0f5fb9a657c9131fa92b66da224f37fd0bbbe548bd28561abf" 28 "md5=a8e70d667b39649ef2e8dc1561200f14" 29 ] 30}