geometra/geometra.opam

25 lines
379 B
Plaintext
Raw Normal View History

2024-01-15 02:05:43 +00:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
"ocaml"
"dune" {>= "3.12"}
2024-01-15 02:38:27 +00:00
"tsdl" {= "1.0.0"}
"tgls" {= "0.8.6"}
2024-01-19 18:21:49 +00:00
"sexplib" {= "v0.16.0"}
2024-01-15 02:05:43 +00:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]