Skip to content

Commit

Permalink
add CodecBase.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored Aug 20, 2017
1 parent ddfa860 commit 433596f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ TranscodingStreams.jl
[![codecov.io][codecov-img]][codecov-url]

TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
be any codec. For example, following packages define lossless compression and
decompression codecs:
be any codec. The following packages support the interfaces of this package:
- [CodecZlib.jl](https://github.com/bicycle1885/CodecZlib.jl)
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
- [CodecXz.jl](https://github.com/bicycle1885/CodecXz.jl)
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
- [CodecBase.jl](https://github.com/bicycle1885/CodecBase.jl)

Consult the [docs][docs-latest-url] for more details and examples.

Expand Down

0 comments on commit 433596f

Please sign in to comment.