Reusable 3D Earth globe widget (pure OCaml + WebGL)
0
fork

Configure Feed

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

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+7 -1
+4 -1
dune-project
··· 21 21 kepler 22 22 sgp4 23 23 (mdx :with-test) 24 - vec3)) 24 + vec3 25 + (alcobar :with-test) 26 + helix 27 + signal))
+3
globe.opam
··· 16 16 "sgp4" 17 17 "mdx" {with-test} 18 18 "vec3" 19 + "alcobar" {with-test} 20 + "helix" 21 + "signal" 19 22 "odoc" {with-doc} 20 23 ] 21 24 build: [