-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCollide.opam
More file actions
24 lines (24 loc) · 770 Bytes
/
Collide.opam
File metadata and controls
24 lines (24 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
opam-version: "2.0"
version: "1.0.1"
maintainer: "Vincent Jacques <vincent@vincent-jacques.net>"
authors: "Vincent Jacques <vincent@vincent-jacques.net>"
homepage: "https://jacquev6.github.io/Collide/"
bug-reports: "http://github.com/jacquev6/Collide/issues/"
license: "MIT"
doc: "https://jacquev6.github.io/Collide/"
dev-repo: "git+https://github.com/jacquev6/Collide.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"ocaml" {>= "4.06.1"}
"JsOfOCairo" {build & >= "2.0.0" & < "3"}
"dune" {build & >= "1.4.0"}
"General" {>= "0.6.0"}
"cairo2" {>= "0.6" & < "0.7"}
"cairo2-gtk" {>= "0.6" & < "0.7"}
"lablgtk" {>= "2.18.6"}
]
synopsis:
"Event-based simulation of elastic collisions between balls"