mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Improve opam file
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
0ccc1c6e7d
commit
cee8955ca5
2 changed files with 17 additions and 2 deletions
|
|
@ -1,7 +1,12 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
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"
|
||||
maintainer: ["http://github.com/Kakadu"]
|
||||
authors: ["http://github.com/dboulytchev" "http://github.com/danyaberezun"]
|
||||
license: "GPL-3.0-only"
|
||||
homepage: "https://github.com/PLTools/Lama"
|
||||
bug-reports: "https://github.com/PLTools/Lama/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.3"}
|
||||
"posix-uname"
|
||||
|
|
|
|||
12
dune-project
12
dune-project
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue