lama_byterun/Lama.opam

31 lines
786 B
Text
Raw Normal View History

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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"
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: [
2024-11-15 23:22:30 +03:00
"dune" {>= "3.11"}
"posix-uname"
"GT"
"ostap" {>= "0.6"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]