-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathftw.opam
39 lines (37 loc) · 1.18 KB
/
ftw.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# For The Win, dancing competition software
opam-version: "2.0"
name: "ftw"
version: "dev"
authors: "Guillaume Bury <[email protected]>"
maintainer: "Guillaume Bury <[email protected]>"
license: "GPL-3.0-or-later"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>="4.04.0"}
"dune"
"dream"
"crunch"
"cmdliner"
"sqlite3"
"sqlite3_utils"
"containers"
"logs"
"fmt"
"openapi_router"
"ppx_deriving"
"ppx_deriving_yojson"
]
homepage: "https://github.com/scr4t-dance/ftw"
dev-repo: "git+https://github.com/scr4t-dance/ftw.git"
bug-reports: "git+https://github.com/scr4t-dance/ftw/issues"
synopsis: "For The Win: a dance competition software"
description:
"For The Win is a web server meant to help organize dance competitions, and archive their results.
It offers a web interface allowing competition organizer to create competitions,
register participants, generated pools of dancers according to configurable parameters,
register judges notes or rankings, and computes the ranking for each rounds of a competition.
Finally, the web interface also show results of past competitions, and handles a point and
divisions system."