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" & < "5.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 end user. 23[Sturgeon](https://github.com/let-def/sturgeon) is a backend targeting emacs buffers. 24 25Inuit is distributed under the ISC license.""" 26url { 27 src: 28 "https://github.com/let-def/inuit/releases/download/v0.4/inuit-0.4.tbz" 29 checksum: [ 30 "sha256=766dccb4ba03c31f0867bcc98a1ed9118d07d144f4e3b51c55bd37ed41e5d818" 31 "md5=d9c9b2755aff410c38976b3ef1b3c2a5" 32 ] 33}