package ocaml-unikraft-arm64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross compiler to the freestanding Unikraft arm64 backends
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.2.0.tar.gz
sha256=ca18a45ef86791d5ffa18436945fbec850b6f3dd68a6a62753b4cb1b6999b19a
doc/runtime_events/Runtime_events/User/index.html
Module Runtime_events.User
User events is a way for libraries to provide runtime events that can be consumed by other tools. These events can carry known data types or custom values. The current maximum number of user events is 8192.
The type for a user event tag. Tags are used to discriminate between user events of the same type.
The type for a user event. User events describe their tag, carried data type and an unique string-based name.
register name tag ty registers a new event with an unique name, carrying a tag and values of type ty.
val write : 'value t -> 'value -> unitwrite t v emits value v for event t.
val name : _ t -> stringname t is the unique identifying name of event t.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>