lama_byterun/dune-project
deker104 91b18d023b fix: update build files
Add `install` stanza to `dune` files to install std and runtime to
expected directories

Delete manual copying from `install` scenario in `Makefile`
2024-11-12 07:43:17 +00:00

27 lines
597 B
Text

(lang dune 3.11)
(name Lama)
(cram enable)
(generate_opam_files true)
(bug_reports "https://github.com/PLTools/Lama/issues")
(homepage "https://github.com/PLTools/Lama")
(maintainers "http://github.com/Kakadu")
(authors "http://github.com/dboulytchev" "http://github.com/danyaberezun")
(license GPL-3.0-only)
(package
(name Lama)
(synopsis
"A programming language (initially developed by JetBrains Research) for educational purposes as an exemplary language to introduce the domain of programming languages, compilers, and tools")
(depends
posix-uname
GT
(ostap
(>= 0.6))))