opam-version: "2.0"
maintainer: "neochrome <johan@stenqvist.net>"
authors: "neochrome <johan@stenqvist.net>"
homepage: "https://github.com/neochrome/teash"
bug-reports: "https://github.com/neochrome/teash/issues"
license: "Unlicense"
dev-repo: "git+https://github.com/neochrome/teash.git"
build: [make "build"]
depends: [
  "ocaml" {>= "4.03" & < "4.08.0"}
  "dune"
  "lwt" {>= "3.2.1"}
  "lwt_ppx" {build & >= "1.2.1"}
  "notty" {>= "0.2.1"}
  "odoc" {build}
]
synopsis: "TEA for the shell"
description: """
A library for developing shell/terminal applications using an
interpretation of The Elm Architecture."""
url {
  src: "https://github.com/neochrome/teash/archive/0.1.0.tar.gz"
  checksum: "md5=10e8627d629a603c82e21a018f52cab3"
}
