orsetto
A library of assorted structured data interchange languages
1024">
IN THIS PACKAGE
-
library OrsettoCBOR
-
module Cbor_encode
-
module Cbor_event
-
module Cbor_flyweight
-
library OrsettoCF
-
module Cf_annot
-
module type Profile
-
module Scan_basis
-
-
module Textual
-
module ASCII
-
module Scan_basis
-
-
module type Profile
-
module Scan_basis
-
-
module Serial
-
-
module Cf_bsearch
-
module Cf_bsearch_data
-
module Map
-
module Table
-
module Char_basis
-
module Search
-
-
module String_basis
-
module Search
-
-
-
module Cf_clockface
-
module Cf_dfa
-
module type Affix
-
module Aux
-
module type Char_dispatch
-
module Eager
-
module type Int_dispatch
-
-
module type Dispatch
-
module type Machine
-
module type Regular
-
-
module Cf_emit
-
module To_buffer
-
module To_formatter
-
-
module Cf_endian_big
-
module Unsafe
-
-
module Cf_endian_core
-
module type Unsafe
-
module Unsafe_octet
-
module Cf_endian_little
-
module Unsafe
-
-
module Cf_gregorian
-
module Cf_journal
-
module Cf_lex_scan
-
module type Buffer
-
module Cf_monad_core
-
module Cf_radix_n
-
module type Profile
-
-
module Cf_relations
-
module Cf_scmonad
-
module Cf_slice
-
module Cf_slice_big
-
module Cf_stdtime
-
module Cf_tai64
-
module Cf_tai64n
-
-
library OrsettoUCS
-
module Ucs_db_aux
-
module Quick
-
-
module Ucs_db_core
-
module Ucs_db_regx1
-
module Ucs_property_core
-
module Ucs_scan
-
module Ucs_stream_safe
-
module Ucs_transport_utf16
-
module Ucs_transport_utf32
-
module Ucs_transport_utf8
-
Libraries
This package provides the following libraries (via ocamlobjinfo):
OrsettoCBOR
Documentation:
Cbor_type
Runtime type indications for CBOR encoded values.Cbor_flyweight
Concise Binary Object Representation (CBOR) flyweight implementation.Cbor_event
Concise Binary Object Representation (CBOR) events.Cbor_encode
Concise Binary Object Representation (CBOR) event and value encoders.Cbor_decode
Concise Binary Object Representation (CBOR) event decoder and parsers.
OrsettoCF
Documentation:
Cf_relations
Utility relations.Cf_journal
Diagnostic event journaling (basis).Cf_tai64
Computations with the Temps Atomique International (TAI) timescale.Cf_tai64n
Computations with the Temps Atomique International (TAI) timescale.Cf_gregorian
Civil dates in the proleptic Gregorian calendar.Cf_clockface
Civil time in the 24-hour digital clock face notation.Cf_monad_core
Core functions for monad operations.Cf_seq
Functional progressive sequencesCf_seqmonad
Monad functions for functional progressive sequences.Cf_slice
Slices of basic vector types, i.e. arrays, byte sequences and string.Cf_slice_big
Slices of basic vector types, i.e. arrays, byte sequences and string.Cf_monad
Monad operations.Cf_type
Extensible runtime type indicators and equality constraints.Cf_decode
Simple octet-stream decoders.Cf_encode
Simple octet-stream encoders.Cf_endian_core
Utility functions for safe operations with byte-order sensitive data.Cf_endian_big
Utility functions for big-endian byte order.Cf_endian_little
Utility functions for little-endian byte order.Cf_endian
Utility functions for byte-order sensitive data.Cf_cmonad
The continuation monad and its operators.Cf_scmonad
The state-continuation monad and its operators.Cf_smonad
The state monad and its operators.Cf_radix_n
Support logic for arbitrary Radix-N transcodings.Cf_base16
Radix-16 transcoding.Cf_base32
Radix-32 transcoding.Cf_base64
Radix-64 transcoding.Cf_deque
Functional deque.Cf_index_node
Index codes for tree structures.Cf_rbtree
Functional red-black binary trees.Cf_sbheap
Functional skew-binomial heaps.Cf_bsearch
Binary search algorithm and data structures.Cf_bsearch_data
Data structures founded on sorted vectors.Cf_disjoint_interval
Data structures founded on vectors of sorted disjoint intervals.Cf_emit
Functional emitter/formatter combinatorsCf_scan
Functional LL(x) parsing with monadic combinators.Cf_annot
Position annotation systems.Cf_chain_scan
Parsers for sequences of delimited elements.Cf_record_scan
Parser combinators for record types.Cf_number_scan
Parser combinators for numeric types.Cf_dfa
Functional composition of lazy deterministic finite automata.Cf_regx
Regular expression parsing, search and matching.Cf_lex_scan
Functional lexical analyzers.Cf_stdtime
Conversions between Standard Time, UTC and TAI.Cf_uri
General syntax of the Uniform Resource Identifier (URI)
OrsettoJSON
Documentation:
Json_type
Json_event
JavaScript Object Notation (JSON) events.Json_emit
JavaScript Object Notation (JSON) output formatter.Json_scan
JavaScript Object Notation (JSON) input scanner.
OrsettoUCS
Documentation:
Ucs_ucdgen_aux
Ucs_db_aux
Unicode character set properties.Ucs_db_core
Ucs_db_regx1
Ucs_transport_aux
Ucs_transport_utf8
Ucs_transport_utf16
Ucs_transport_utf32
Ucs_transport
Unicode Transport Form (UTF)Ucs_property_core
Unicode character set properties.Ucs_normal
Unicode Normalization FormUcs_stream_safe
Unicode Stream Safe FormatUcs_text
Unicode texts encoded in UTF-8 as string.Ucs_type
Runtime type indications for Unicode text.Ucs_scan
Functional LL(x) parsing of Unicode text with monadic combinators.Ucs_regx
Regular expression parsing, search and matching with Unicode text.Ucs_lex_scan