Astrodynamics coordinate frame transforms
0
fork

Configure Feed

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

Fix monopam lint: add 39 missing deps, remove 2 unused, detect menhir

Add missing opam dependencies across 17 packages (vec3, bytesrw, http,
cbort, fmt, etc.) and remove unused deps (requests from respond, menhir
from sqlite). Teach monopam lint to recognize (menhir ...) dune stanzas
as requiring the menhir package. Move bytesrw dep from scitt to
atp-lexicon-scitt where it actually belongs.

+3 -1
+1
coordinate.opam
··· 10 10 "dune" {>= "3.21"} 11 11 "fmt" 12 12 "ptime" 13 + "vec3" 13 14 "odoc" {with-doc} 14 15 ] 15 16 build: [
+2 -1
dune-project
··· 14 14 (synopsis "Astrodynamics coordinate frame transforms") 15 15 (depends 16 16 fmt 17 - ptime)) 17 + ptime 18 + vec3))