= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Library for regular data types
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304
Description
Provides functors and typeclasses implementing functionality expected for a regular data type, like i/o, containers, printing, etc.
In particular, the library includes:
- module Data that adds generic i/o routines for each regular data type.
- module Cache that adds caching service for data types
- module Regular that glues everything together
- module Opaque for regular but opaque data types
- module Seq that extends Core_kernel's sequence module
- module Bytes that provides a rich core-like interface for Bytes data type.
Published: 12 Dec 2021
Dependencies (4)
-
ppx_bap
>= "v0.14" & < "v0.15"
-
oasis
build & >= "0.4.7"
-
core_kernel
>= "v0.14" & < "v0.15"
-
ocaml
>= "4.08.0"
Dev Dependencies
-
None
Used by (32)
-
bap-api
= "2.4.0"
-
bap-arm
= "2.4.0"
-
bap-beagle
= "2.4.0"
-
bap-beagle-strings
= "2.4.0"
-
bap-byteweight
= "2.4.0"
-
bap-cache
= "2.4.0"
-
bap-dependencies
= "2.4.0"
-
bap-disassemble
= "2.4.0"
-
bap-dump-symbols
= "2.4.0"
-
bap-dwarf
= "2.4.0"
-
bap-elf
= "2.4.0"
-
bap-frontend
= "2.4.0"
-
bap-ida
= "2.4.0"
-
bap-ida-plugin
= "2.4.0"
-
bap-mc
= "2.4.0"
-
bap-mips
= "2.4.0"
-
bap-optimization
= "2.4.0"
-
bap-phoenix
= "2.4.0"
-
bap-powerpc
= "2.4.0"
-
bap-primus
= "2.4.0"
-
bap-primus-lisp
= "2.4.0"
-
bap-primus-symbolic-executor
< "2.2.0" | = "2.4.0"
-
bap-print
= "2.4.0"
- bap-server
-
bap-std
< "2.2.0" | = "2.4.0"
-
bap-symbol-reader
= "2.4.0"
-
bap-taint
= "2.4.0"
-
bap-term-mapper
= "2.4.0"
-
bap-trace
= "2.4.0"
-
bap-traces
= "2.4.0"
-
bap-x86
= "2.4.0"
-
graphlib
< "2.2.0" | = "2.4.0"
Conflicts
-
None
On This Page