Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.98 KB

THIRD-PARTY-NOTICES.md

File metadata and controls

33 lines (27 loc) · 2.98 KB

Third Party Notices

A mirror of third party library sources is available in a requester-pays S3 bucket named tmbasic. Use the AWSCLI to access:

  • List files: aws s3 ls s3://tmbasic/deps/ --request-payer requester
  • Download a file: aws s3 cp s3://tmbasic/deps/filename.tar.gz . --request-payer requester

Libraries included in both TMBASIC and user programs

Component License
abseil Apache-2.0
boost BSL-1.0
fmt MIT
immer BSL-1.0
libstdc++ GPL-3.0-only WITH GCC-exception-3.1
libunistring LGPL-3.0-only
microtar MIT
mpdecimal BSD-2-Clause
musl MIT
nameof MIT
ncurses X11
scintilla HPND
turbo MIT
tvision Borland, MIT

Libraries included only in TMBASIC

Component License
CLI11 BSD-3-Clause
libzip BSD-3-Clause
zlib Zlib