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 "jbuilder" {>= "1.0+beta7"} 12 "grenier" {>= "0.4"} 13] 14build: [ 15 ["jbuilder" "subst" "-p" name] {dev} 16 ["jbuilder" "build" "-p" name "-j" jobs] 17] 18synopsis: "Make interactive text-based user-interfaces in OCaml" 19description: """ 20Inuit is an abstraction for interactively updating a text buffer. 21It is designed to be use with a backend that will present the buffer to the end user. 22[Sturgeon](https://github.com/let-def/sturgeon) is a backend targeting emacs buffers. 23 24Inuit is distributed under the ISC license.""" 25url { 26 src: 27 "https://github.com/let-def/inuit/releases/download/v0.4.1/inuit-0.4.1.tbz" 28 checksum: [ 29 "sha256=e68b961c90dfc262e65d929081fc6cbc25a48ac98dfcf1fad613a237fe7140d5" 30 "md5=5bdc7df78bdeb9cbde37c31f9f5c2482" 31 ] 32}