Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurarozier/beef-openssl
https://github.com/laurarozier/beef-openssl
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laurarozier/beef-openssl
- Owner: LauraRozier
- Created: 2021-03-01T20:27:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T16:28:47.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:48:50.868Z (8 months ago)
- Language: Beef
- Size: 22.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beef-OpenSSL
A BeefLang port of OpenSSL's headers. Almost completely ported and true to the C(++) headers, if something is broken, please do let me know or contribute a fix.
## Quick Start *(using Beef IDE)*
1. **Download** Beef-OpenSSL and copy it into BeefLibs inside your Beef IDE root directory.
2. In the Beef IDE, add Beef-OpenSSL to your workspace (Add From Installed)
3. In the Beef IDE, add Beef-OpenSSL to your project (Properties > Dependencies)
4. Have fun!