***************************
Dylan Package Documentation
***************************
Documentation for packages listed in the Dylan package catalog.
.. note:: The documentation for some packages is still part of the Open Dylan
project, available in the `Library Reference
`_. Over time more of those docs
will be hosted here as they're moved into their own packages.
.. Text between the markers is replaced by :program:`gendoc`.
.. begin-body
* :doc:`base64 ` - Base-64 encoding/decoding
* :doc:`binary-data ` - A DSL for parsing and assembling binary data
* :doc:`collection-extensions ` - Collection library
* :doc:`command-interface ` - Interactive command interface system
* :doc:`command-line-parser ` - Parse command line flags and subcommands
* :doc:`concurrency ` - Concurrency utilities
* :doc:`data-analysis ` - A collection of data analysis libraries
* :doc:`deft ` - Manage Dylan workspaces, packages, and registries
* :doc:`dylan-programming-book ` - The Dylan Programming guide (DPG)
* :doc:`hash-algorithms ` - SHA-1 and SHA-2 hashing
* :doc:`http ` - HTTP client, server, and templating engine
* :doc:`json ` - Convert to/from JSON format
* :doc:`logging ` - Logging library
* :doc:`lsp-dylan ` - Language Server Protocol
* :doc:`melange ` - Generates C-FFI bindings by parsing C header files
* :doc:`meta ` - Recursive descent parser DSL
* :doc:`objc-dylan ` - An Objective C / Dylan bridge
* :doc:`regular-expressions ` - Regular expression matching
* :doc:`sphinx-extensions ` - Dylan extensions to the Sphinx documentation tools
* :doc:`strings ` - String manipulation functions
* :doc:`testworks ` - Unit testing framework
* :doc:`time