geometra/geometra.opam

28 lines
448 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"}
2024-02-05 17:46:57 +00:00
"tsdl-image" {= "0.6"}
2024-01-15 02:38:27 +00:00
"tgls" {= "0.8.6"}
2024-01-19 18:21:49 +00:00
"sexplib" {= "v0.16.0"}
2024-02-05 17:46:57 +00:00
"xmlm" {= "1.4.0"}
"yojson" {= "2.1.2"}
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}
]
]