← Packages / depot / Capabilities

IO.Foreign

in depot v0.1.0

v0.1.0 is the oldest version of depot that was analysed, so there is nothing to compare it against. IO.Foreign is a first sighting, not a change.

lib/api/depot_db_repo.march:40
37mod Depot.DbRepo do
38
39needs Ffi
40needs IO.Foreign
41needs IO.NetConnect
42needs IO.Random
43needs IO.Spawn
lib/driver/sqlite.march:25
22import Bytes
23
24needs Ffi
25needs IO.Foreign
26needs IO.NetConnect
27needs IO.Random
28