Popularity
9.4
Growing
Activity
0.0
Stable
138
15
30

Programming language: Crystal
Tags: Project Generators    

crystal_lib alternatives and similar shards

Based on the "Project generators" category.
Alternatively, view crystal_lib alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of crystal_lib or a related project?

Add another 'Project generators' Shard

README

crystal_lib Build Status

Automatic binding generator for native libraries in Crystal.

NOTE: THIS PROJECT IS EXPERIMENTAL. WHILE IT'S PROVING USEFUL FOR A WIDE RANGE OF LIBRARIES, THERE ARE STILL SEVERAL CORNER CASES THAT WILL NOT TRANSLATE PROPERLY.

This will eventually be integrated into the compiler itself so you don't have to manually generate these bindings and copy & paste them into your project. The advantage of this is that some types and values vary depending on the platform, so generating these as late as possible is the best thing to do.

Status

For now you can use this as a tool to generate bindings from a lib declaration. Check the examples directory.

Usage

crystal src/main.cr -- examples/lib_git2.cr

This will write the generate lib definition to standard output.