Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyalog/conga-apl
Source code, build and test scripts used to build and test Dyalog APL's core communication library, Conga (conga.dws)
https://github.com/dyalog/conga-apl
apl conga dbuild dyalog dyalog-apl workspace
Last synced: about 2 months ago
JSON representation
Source code, build and test scripts used to build and test Dyalog APL's core communication library, Conga (conga.dws)
- Host: GitHub
- URL: https://github.com/dyalog/conga-apl
- Owner: Dyalog
- License: mit
- Created: 2017-05-02T08:06:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T12:35:59.000Z (12 months ago)
- Last Synced: 2024-04-14T06:42:22.195Z (9 months ago)
- Topics: apl, conga, dbuild, dyalog, dyalog-apl, workspace
- Language: APL
- Homepage: http://docs.dyalog.com/latest/Conga%20User%20Guide.pdf
- Size: 1.23 MB
- Stars: 4
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conga-apl
This repository contains the APL source code, build and test scripts used to build and test conga.dws from Dyalog APL version 16.0 onwards.
It is essentially for internal Dyalog use but visible to the public. Comments and suggestions are welcome!
To build a workspace from code checked out to [folder]:
]dbuild [folder]\conga-apl.dyalogbuild
At this point, you should be able to run the QA suite using:
]dtest [folder]/Tests/all
Note: the appropriate Conga shared libraries need to installed in the Dyalog installation folder.