opam-version: "2.0"
maintainer: "Dmitrii Kashin <freehck@freehck.ru>"
authors: "Erick Tryzelaar <idadesub@users.sourceforge.net>"
homepage: "https://github.com/freehck/ocs"
bug-reports: "https://github.com/freehck/ocs/issues"
license: "BSD-3-Clause"
build: [make "-C" "src"]
install: [make "-C" "src" "install"]
remove: ["ocamlfind" "remove" "ocs"]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "num"
]
synopsis: "OCS: OCaml Scheme interpreter"
description: """
OCS provides an implementation of R5RS Scheme.
Sexp parser distinguishes symbols and strings unlike Sexplib.
There's an evaluator and macro support.
Provides an executable of interpreter 'ocscm'."""
flags: light-uninstall
url {
  src: "https://github.com/freehck/ocs/archive/ocs-1.0.3.tar.gz"
  checksum: "md5=1ddfd20a26960900f0a9a8c6dc77fc1e"
}
