opam-version: "2.0"
synopsis: "A fonctionnal shell"
description: """
Gufo is an experimental replacement to bash. It supports base syntax of bash
(direct call to external programs, file redirection,...) and nest them into a
function layer.
"""
maintainer: "pierre-vittet@pvittet.com"
authors: "pierre-vittet@pvittet.com"
homepage: "https://gufo.pvittet.com"
bug-reports: "https://github.com/piervit/gufo/issues"
license: "GPL"
dev-repo: "git+https://github.com/Piervit/gufo.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
depends: [
  "ocaml" {>= "4.07.0"}
  "ocamlfind" {build}
  "menhir" {build}
  "zed" {>= "1.6"}
  "camomile"
  "react"
  "lwt"
  "lambda-term" {>= "2.0.2"}
  "base-unix"
  "sedlex" {>= "2.0.0"}
  "oasis" 
]
url {
  src: "https://github.com/Piervit/gufo/archive/0.1.2.tar.gz"
  checksum: "md5=b3b37549f295b3868559d9d01457170e"
}
