Skip to content

Commit

Permalink
Improve opam file
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Sep 5, 2024
1 parent 0ccc1c6 commit cee8955
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Lama.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 11 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee8955

Please sign in to comment.