serial


Package info
Description

Library for interacting with the serial port

Readme
# Serial Serial port library for [clean](http://clean.cs.ru.nl). ## Platform notes ### Windows To cross-compile for windows 64-bit on linux, install `gcc-mingw-w64` and `gcc-multilib` and run: ``` CC=x86_64-w64-mingw32-gcc-win32 CFLAGS=-m64 nitrile build --platform=windows ``` ## Maintainer Mart Lubbers (mart@cs.ru.nl) ## License `serial` is licensed under the BSD 2-Clause "Simplified" License (see [LICENSE](LICENSE)).
Changelog
# Changelog #### v0.1.6 - Chore: Support base 3 #### v0.1.5 - Fix: windows import of system library #### v0.1.4 - Chore: support newer containers, text and system #### v0.1.3 - Chore: support base 2 #### v0.1.2 - Fix windows builds (misplaced library files) #### v0.1.1 - Update platform versions and use non-bootstrap image ### v0.1 - Initial nitrile version
Versions