Improve opam file

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 19:00:48 +03:00
parent 0ccc1c6e7d
commit cee8955ca5
2 changed files with 17 additions and 2 deletions

View file

@ -4,10 +4,20 @@
(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 (initualy developed by JetBrains Research) for educational purposes as an exemplary language to introduce the domain of programming languages, compilers, and tools.")
"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