https://github.com/davidegrayson/tinytapi
https://github.com/davidegrayson/tinytapi
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidegrayson/tinytapi
- Owner: DavidEGrayson
- Created: 2018-11-07T05:00:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T04:36:27.000Z (over 5 years ago)
- Last Synced: 2025-02-14T10:09:42.570Z (about 1 year ago)
- Language: C++
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TinyTAPI - Tiny library for working with MacOS TBD files.
This library is not ready to be used by anyone yet.
The goal is to eventually make a tiny version of the
[tapi library](https://github.com/DavidEGrayson/tapi)
that is easier to build and does not depend on Clang and LLVM.
The tapi library is highly coupled with Clang and LLVM. For example,
it requires the clang-tblgen tool, which is an internal part
of Clang. I was able to get it working with Clang and LLVM 5.0.0,
but not with 7.0.0.