JuliaIO's repositories
ProtoBuf.jl
Julia protobuf implementation
VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
Parquet.jl
Julia implementation of Parquet columnar file format reader
LightXML.jl
A light-weight Julia package for XML based on libxml2.
TranscodingStreams.jl
Simple, consistent interfaces for any codec.
LibSerialPort.jl
Julia wrapper for the libserialport c library
ImageMagick.jl
Thin Wrapper for the library ImageMagick
CodecZlib.jl
zlib codecs for TranscodingStreams.jl.
CodecZstd.jl
A zstd codec for TranscodingStreams.jl.
StructIO.jl
binary I/O methods generated from Julia structure definitions
PNGFiles.jl
FileIO.jl integration for PNG files
ZipArchives.jl
Read and write Zip archive files in Julia.
ObjectFile.jl
Object File (ELF, MachO, COFF/PE, etc...) parser for Julia
CodecBzip2.jl
A bzip2 codec for TranscodingStreams.jl.
CodecLz4.jl
Transcoding codecs for compression and decompression with LZ4
CodecXz.jl
An xz codec for TranscodingStreams.jl.
ChunkCodecs.jl
A consistent Julia interface for lossless encoding and decoding of bytes in memory
ParseUnparse.jl
Given a context-free grammar, parse input data to get a parse tree. Supports unparsing, with perfect roundtripping.
ParseUnparseJSON.jl
Parse JSON data to get a parse tree. Supports unparsing, with perfect roundtripping. Type-stable.
PyTensorStore.jl
Julia wrapper of the Python package tensorstore