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 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.3/inuit-0.3.tbz" 29 checksum: [ 30 "sha256=5b235b0f493363ce8e0aa22c010fb99e1ae165c5e92b8678d64f5eca78e7de42" 31 "md5=13ddd022196286655e0e971fe28aa1b1" 32 ] 33}