Dunify tutorial

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 14:51:37 +03:00
parent 3f7f51b2f0
commit a91f4824c4
6 changed files with 262 additions and 51 deletions

View file

@ -1,32 +1,24 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.30"
synopsis: "Lama programming language"
maintainer: "dboulytchev@gmail.com"
authors: [
"Dmitry Boulytchev <dboulytchev@gmail.com>"
"Daniil Berezun <danya.berezun@gmail.com>"
"Egor Sheremetov <egor.sheremetov.dev@gmail.com>"
]
homepage: "https://github.com/PLTools/Lama"
bug-reports: "https://github.com/PLTools/Lama/issues"
synopsis: "TODO"
depends: [
"ocaml" { >= "4.13.1" }
"ocamlfind" { build }
"camlp5" { >= "8.00.05" }
"ostap" { >= "0.5"}
"GT" { >= "0.5.1" }
"posix-uname" { = "2.0.2" }
"dune" {>= "3.3"}
"posix-uname"
"GT"
"ostap" {>= "0.6"}
"odoc" {with-doc}
]
build: [
[make]
[make "regression"] {with-test}
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
install: [make "install"]
dev-repo: "git+https://github.com/PLTools/Lama.git"
url {
src: "git+https://github.com/PLTools/Lama.git#1.30"
}