29 lines
802 B
Markdown
29 lines
802 B
Markdown
|
|
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.
|