sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
devkit 1.20210517
Libraries
This package provides the following libraries (via dune):
devkit
Documentation: Devkit
devkit.core
Documentation:
Devkit_core.Action
miscellaneousDevkit_core.Async
Asynchronous IO helpersDevkit_core.Bit_struct_list
Packed representation for list of integers of fixed bit lengthDevkit_core.Cache
Various types of in-memory cachesDevkit_core.Control
Control flowDevkit_core.Daemon
daemon utilitiesDevkit_core.Devkit_ragel
Devkit_core.Digest_auth
Devkit_core.Exn
Dealing with exceptionsDevkit_core.Exn_lwt
Dealing with Lwt exceptionsDevkit_core.ExtArg
Devkit_core.ExtEnum
Extensions to EnumDevkit_core.ExtEnum_merge
Devkit_core.ExtThread
Thread utilitiesDevkit_core.Factor
Devkit_core.FastBase64
Devkit_core.Files
File systemDevkit_core.Gzip_io
gzip IODevkit_core.Gzip_stream
Devkit_core.HtmlStream
HTML scannerDevkit_core.HtmlStream_ragel
Devkit_core.Httpev
Very simple and incomplete HTTP serverDevkit_core.Httpev_common
Devkit_core.Idn
Punycode & IDNDevkit_core.Log
Global ready-to-use loggerDevkit_core.Logger
Devkit_core.Logstash
Devkit_core.Lwt_engines
Devkit_core.Lwt_flag
Simple wrapper over Lwt_condition, starts to wait again on condvar right after currentwait
was finished, to not lose signals. Usable when there is one thread that waits for "flag". "Multiple waiters" semantics is not defined here ( <-> Lwt_condition.broadcast), don't use it.Devkit_core.Lwt_mark
This module uses Lwt thread storage to give threads "marks", which store thread id (some unique int, autogenerated), name (given by user, seename
andignore_result
), parent thread name, and few (currently 10, may be changed) last log messages that was output from this thread usingLog
module.Devkit_core.Lwt_util
Various utilities for use with Lwt.Devkit_core.MVar
Variable shared between threadsDevkit_core.Memory
Memory reporting - GC and OS, optionally mallocDevkit_core.Mtq
Queue shared between multiple threadsDevkit_core.Network
Manipulating network addressesDevkit_core.Nix
*nix supportDevkit_core.Parallel
ParallelDevkit_core.Persist
Safe marshallingDevkit_core.Pid
Unique process identificationDevkit_core.Prelude
Useful shortcutsDevkit_core.Reader
Simple string readerDevkit_core.Signal
Signal handlingDevkit_core.Static_config
Static mapping of simple config format.Devkit_core.Stre
More string functionsDevkit_core.Systemd
Misc utils for systemd.Devkit_core.Time
TimeDevkit_core.UnsafeBitSet
Devkit_core.Var
Global register for various types of counters.Logstash
module will send allVar
counters to logstash automatically. Counters must be mononotonically increasing for logstash to send correct deltas to Elasticsearch.Devkit_core.Web
web utilities
Dependencies: threads.posix, curl, curl.lwt, extlib, extunix, libevent, lwt, lwt.unix, netstring, pcre, stdlib-shims, yojson, zip
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page