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" 5doc: "https://let-def.github.io/inuit/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/let-def/inuit.git" 8bug-reports: "https://github.com/let-def/inuit/issues" 9depends: [ 10 "ocaml" {>= "4.01.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" {build} 13 "topkg" {build} 14 "grenier" {>= "0.4"} 15] 16build: 17[[ "ocaml" "pkg/pkg.ml" "build" 18 "--pinned" "%{pinned}%" ]] 19synopsis: "Make interactive text-based user-interfaces in OCaml" 20description: """ 21Inuit is an abstraction for interactively updating a text buffer. 22It is designed to be use with a backend that will present the buffer to the 23end user. 24[Sturgeon](https://github.com/let-def/sturgeon) is a backend targeting emacs 25buffers. 26 27Inuit is distributed under the ISC license.""" 28url { 29 src: 30 "https://github.com/let-def/inuit/releases/download/v0.2/inuit-0.2.tbz" 31 checksum: [ 32 "sha256=59c4179d841007ded6b9a9531e8effedc5b267089be16909b71dfe7906f2f709" 33 "md5=5e4e94cd631580d5f08771002d1760e9" 34 ] 35}