aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins/README.md
blob: e36560cb9807e2a342aa488b8e53e36ec6cfcff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# VNLib.Plugins

A compact and simple contract interface and supporting types for runtime loadable plugins. It implements types that may be used outside the scope of **VNLib.Plugins.Essentials** library, but the contract types were designed for use with it, which is why they are opinionated. 

**This library has no internal or external dependencies**

## Builds
Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.

## Docs and Guides
Documentation, specifications, and setup guides are available on my website.

[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_VNLib.Plugins)  
[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core)  

## License 
The software in this repository is licensed under the GNU GPL version 2.0 (or any later version). See the LICENSE files for more information.