Skip to content
/ wcl.cr Public

WINServer (Wildcat! BBS) Library Bindings for Crystal Language

License

Notifications You must be signed in to change notification settings

mjblack/wcl.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcl

WINServer 8.x (Wildcat! BBS) Library bindings.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      wcl:
        github: mjblack/wcl.cr
  2. Run shards install

Usage

require "wcl"

You will need to download or clone the 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 (https://github.com/mjblack/wcl.cr/fork)
  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

About

WINServer (Wildcat! BBS) Library Bindings for Crystal Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published