opam-version: "2.0"
maintainer: "byvoid@byvoid.com"
authors: ["BYVoid <byvoid@byvoid.com>"]
homepage: "https://github.com/BYVoid/Batsh"
license: "MIT"
build: [
  ["ocp-build" "init"]
  ["ocp-build" "build" "-njobs" "8"]
]
remove: [
  ["ocp-build" "init"]
  ["ocp-build" "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.1"}
  "ocp-build" {>= "1.99.8-beta"}
  "core_kernel" {>= "109.47.00" & <= "113.00.00"}
  "core" {>= "109.47.00" & < "113.00.00"}
  "dlist" {>= "0.0.3"}
  "cmdliner" {>= "0.9.2"}
]
depopts: [
  "ounit"
]
dev-repo: "git://github.com/BYVoid/Batsh"
install: ["ocp-build" "install" "-install-lib" "%{lib}%/batsh"]
synopsis:
  "A (C-like syntax) programming language that compiles to Bash and Windows Batch."
description: """
Batsh enables you to write code once runs on all platforms without any additional dependency.

Documentation: https://github.com/BYVoid/Batsh

Online demo: http://batsh.byvoid.com/

Change log:

* Not split call from assignment (winbat).
* Support return value of external command (winbat).
* Use ocamlyacc for compatibility.
* Switch build framework to ocp-build.
* Deal with argument with spaces."""
url {
  src: "https://github.com/BYVoid/Batsh/archive/v0.0.5.tar.gz"
  checksum: "md5=a892f5fb0a011ce34f3728540514be97"
}
