Skip to content

pguyot/DCL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ CI

The Desktop Connection Library (DCL) is a multi-platform library to connect to Apple Newton Devices using the Dock protocol and to manipulate NewtonOS data.

The library and sample code programs run on macOS X, Linux and Cygwin.

Compilation and portability

This release of the DCL should be compiled with CMake:

cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build

Testing

Tests are executed using ctest from the build directory:

ctest . -C Debug

Note that the doxygen test is marked as optional since it fails due to some documentation gaps, it can be excluded from test execution:

ctest . -C Debug -LE optional

License and authors

The DCL is released under the Mozilla Public License 1.1. The original authors are:

This version also includes changes by:

This distribution also includes a subset of K Libs by the same authors.

About

Newton Desktop Connection Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 81.8%
  • Assembly 10.4%
  • C 4.3%
  • Objective-C++ 1.2%
  • Shell 0.7%
  • CMake 0.6%
  • Other 1.0%