https://github.com/mjblack/wcl.cr
WINServer (Wildcat! BBS) Library Bindings for Crystal Language
https://github.com/mjblack/wcl.cr
crystal crystal-lang crystal-language crystal-shard wildcat winserver
Last synced: about 1 year ago
JSON representation
WINServer (Wildcat! BBS) Library Bindings for Crystal Language
- Host: GitHub
- URL: https://github.com/mjblack/wcl.cr
- Owner: mjblack
- License: mit
- Created: 2025-03-08T14:37:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-08T17:16:06.000Z (about 1 year ago)
- Last Synced: 2025-03-08T18:23:01.953Z (about 1 year ago)
- Topics: crystal, crystal-lang, crystal-language, crystal-shard, wildcat, winserver
- Language: Crystal
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wcl
WINServer 8.x (Wildcat! BBS) Library bindings.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
wcl:
github: mjblack/wcl.cr
```
2. Run `shards install`
## Usage
```crystal
require "wcl"
```
You will need to download or clone the [wcSDK](https://github.com/hlsantos/wcSDK).
You will need to append to your `CRYSTAL_LIBRARY_PATH` environment variable the directory where `wcSDK` CPP directory (`C:/path/to/wcSDK/wcserver/cpp/lib64`).
## Development
Please refer to the `wcSDK` documentation under the CPP side for reference.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Matthew J. Black](https://github.com/mjblack) - creator and maintainer