al1-ce / sily

sily lib for d
https://al1-ce.github.io/sily-docs
GNU General Public License v3.0
1 stars 0 forks source link

sily library for D programming language.

sily is a general-purpose library containing utilities for general programming and game development.

Build REUSE Compliance Check

Usage

Documentation can be found here

Versioning (Will be effective since 6.0)

Library follows semantic versioning (x.y.z where x is Major release, y is Minor release and z is Patch). This means that:

Example:

Version 1.0.0 - Initial release
Version 1.0.1 - Fixed functionA and structA
Version 1.0.2 - Fixed functionB
Version 1.1.0 - Moved functionB to moduleB
                functionB marked @deprecated("1.1.0 - Moved to moduleB")
Version 1.1.1 - Fixed functionC
Version 1.2.0 - Added structB
Version 2.0.0 - structA now has different logic. Removed functionB from moduleA

Development

Contributing

See CONTRIBUTING.md.

License

This project is REUSE compliant.