geometra/geometra.opam

28 lines
448 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"}
"tsdl-image" {= "0.6"}
"tgls" {= "0.8.6"}
"sexplib" {= "v0.16.0"}
"xmlm" {= "1.4.0"}
"yojson" {= "2.1.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]