25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
depends: [
|
|
"ocaml"
|
|
"dune" {>= "3.12"}
|
|
"tsdl" {= "1.0.0"}
|
|
"tgls" {= "0.8.6"}
|
|
"sexplib" {= "v0.16.0"}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|