← Packages / depot / Capabilities

Ffi

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. Ffi is a first sighting, not a change.

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