Satellite pass prediction and contact window computation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

contact: declare cmdliner, tty, and vlog dependencies

+6
+3
contact.opam
··· 21 21 "vec3" {>= "0.1"} 22 22 "ptime" {>= "1.0"} 23 23 "fmt" {>= "0.9"} 24 + "cmdliner" {>= "1.3"} 25 + "tty" 26 + "vlog" 24 27 "alcotest" {with-test} 25 28 "mdx" {with-test} 26 29 "odoc" {with-doc}
+3
dune-project
··· 31 31 (vec3 (>= 0.1)) 32 32 (ptime (>= 1.0)) 33 33 (fmt (>= 0.9)) 34 + (cmdliner (>= 1.3)) 35 + tty 36 + vlog 34 37 (alcotest :with-test) 35 38 (mdx :with-test)))