2024-09-05 14:51:37 +03:00
# This file is generated by dune, edit dune-project instead
2021-02-12 20:20:49 +03:00
opam-version: "2.0"
2024-09-05 18:32:06 +03:00
synopsis:
2024-09-05 19:00:48 +03:00
"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"
2021-02-12 20:20:49 +03:00
depends: [
2024-11-15 23:22:30 +03:00
"dune" {>= "3.11"}
2024-09-05 14:51:37 +03:00
"posix-uname"
"GT"
"ostap" {>= "0.6"}
"odoc" {with-doc}
2021-02-12 20:20:49 +03:00
]
build: [
2024-09-05 14:51:37 +03:00
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
2021-02-12 20:20:49 +03:00
]
2025-02-02 00:16:04 +03:00
depexts: [ [ "gcc-14-multilib" ] {os-distribution = "ubuntu"} ]