add copa nordeste
This commit is contained in:
parent
4a66e35f8e
commit
9a315f36a2
3 changed files with 9 additions and 1 deletions
1
lib/dune
1
lib/dune
|
|
@ -1,6 +1,5 @@
|
|||
(library
|
||||
(name api)
|
||||
(public_name api)
|
||||
; (modules api rentry)
|
||||
(libraries cohttp cohttp-lwt-unix cohttp-curl-lwt yojson ppx_deriving_yojson.runtime)
|
||||
(preprocess (pps ppx_yojson_conv ppx_deriving.show ppx_expect)))
|
||||
|
|
|
|||
|
|
@ -102,6 +102,8 @@ module Tournament = struct
|
|||
|
||||
let make context matches = { context; matches }
|
||||
|
||||
let matches { matches; _} = matches
|
||||
|
||||
let pp (day : Unix.tm) (tournament : t) =
|
||||
let format_timestamp x =
|
||||
let is_today start =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue