Skip to content

Dyalog/library-conga

Repository files navigation

library-conga

This repository contains files which provide frequently used tools, based on the core communication library for Dyalog APL, known as "Conga".

Installations of Dyalog APL from version 16.0 (June 2017) will contain the files found in the root of the library-conga repository in the folder Library/Conga below the main Dyalog folder.

Documentation

The Documentation folder (not installed with Dyalog APL but available on GitHub) contains documentation for the individual files.

Tests

Tests are based on the v16.0 ]dtest user command. Each subfolder below the Tests contains a set of unit tests, which can be run using for example:

]dtest library-conga/Tests/FTPClient/unit

HttpCommand has moved

HttpCommand has been moved to its own repository. Versions of Dyalog APL from 19.0 will include HttpCommand from this new repository. Documentation for HttpCommand can now be found here.

If you are using a pre-19.0 version of Dyalog and want to upgrade HttpCommand, please see here.