Skip to content

Commit

Permalink
Add asio, date and zstd to their respective package categories. (cpp-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 authored Apr 27, 2020
1 parent 665a668 commit 8dd30ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/packages/compression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Compression
- :ref:`pkg.minizip` - enables to extract files from a .zip archive file.
- :ref:`pkg.szip`
- :ref:`pkg.ZLIB` - A massively spiffy yet delicately unobtrusive compression library.
- :ref:`pkg.zstd` - Very flexible very fast compression and decompression.
3 changes: 2 additions & 1 deletion docs/packages/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
Datetime
--------

- :ref:`pkg.cctz` - library for translating between absolute and civil times using the rules of a time zone
- :ref:`pkg.cctz` - library for translating between absolute and civil times using the rules of a time zone.
- :ref:`pkg.date` - The future C++ standard `<date>` library, but for earlier C++ compilers.
1 change: 1 addition & 0 deletions docs/packages/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Networking
----------

- :ref:`pkg.asio` - C++ 11 compatible implementation of the future `<networking>` standard library.
- :ref:`pkg.autobahn-cpp` - open-source implementations of the The WebSocket Protocol and The Web Application Messaging Protocol (WAMP>`_ network protocols.
- :ref:`pkg.Avahi` - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
- :ref:`pkg.Beast` - HTTP and WebSocket built on Boost.Asio in C++11
Expand Down

0 comments on commit 8dd30ee

Please sign in to comment.