Launch in T minus 10 seconds and counting...

This commit is contained in:
2026-06-04 03:08:51 +02:00
commit 048ac71f31
22 changed files with 648 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
framework
=========
Copyright © 2026 Per Ryan Edin.
framework is a library containing reusable code that I use in many of my other
projects. As I grew tired of rewriting boilerplate I began moving things to
this library instead.
framework is intended for use in my own projects, it is not to be considered a
general-purpose framework library. If you do find this library useful you're
welcome to let me know by sending me an e-mail to ryan@helloryan.se.
There are no API or ABI stability guarantees.
See LICENSE for copying details.
Nasty little fuckers...
=======================
Please report any sightings of nasty creatures by sending an e-mail to
ryan@helloryan.se.
Building
========
framework uses the build2 build system. There are no dependencies other than the
standard C++ library.