Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmerejkowsky/chucknorris
Source code for the "Let's Build Chuck Norris!" project
https://github.com/dmerejkowsky/chucknorris
cmake conan cpp
Last synced: 5 days ago
JSON representation
Source code for the "Let's Build Chuck Norris!" project
- Host: GitHub
- URL: https://github.com/dmerejkowsky/chucknorris
- Owner: dmerejkowsky
- License: mit
- Archived: true
- Created: 2018-02-24T14:41:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T17:20:06.000Z (over 3 years ago)
- Last Synced: 2024-09-27T06:42:15.520Z (4 months ago)
- Topics: cmake, conan, cpp
- Language: Python
- Homepage: https://dmerej.info/blog/post/introducing-the-chuck-norris-project/
- Size: 419 KB
- Stars: 24
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChuckNorris
*Note: I've spend quite a long time in my programming career thinking about C++ compilation, and it's a topic I no longer have interest in. As such, the code here, like the accompanying blog posts, are now read-only and probably will get out-of-date one day. Sorry about that, but I thought you ought to know.*
This repository contains a library written in `c++` that depends on `sqlite3`
It also contains:
* wrappers for the following languages:
* `C`
* `Java` (with `jna`)
* `Python3` (with `cffi`)
* `Objective-C`* an Android application
* an iOS application* and all the scripts you need to build everything without pull your hair out :)
It's used as an example for the [Let's Build Chuck Norris](https://dmerej.info/blog/post/introducing-the-chuck-norris-project/) series on my blog.