← Packages / sigil / Capabilities

IO.Clock

in sigil v0.1.1

v0.1.1 declares IO.Clock. v0.1.0 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/sigil.march:7
4mod Ssg do
5
6 needs IO.Console
7 needs IO.Clock
8 needs IO.FileRead
9 needs IO.FileWrite
10 needs IO.NetListen