compiled_license alternatives and similar shards
Based on the "Misc" category.
Alternatively, view compiled_license alternatives based on common mentions on social networks and blogs.
-
guardian
Guardian watches over your files and run assigned tasks. -
sentry
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes -
immutable
Thread-safe, persistent, immutable collections for the Crystal language -
neph
A modern command line job processor, similar with make command -
crystagiri
An Html parser library for Crystal (like Nokogiri for Ruby) -
crz
Functional programming library for https://github.com/crystal-lang/crystal -
crystal-web-framework-stars
⭐️ Web frameworks for Crystal, most starred on Github -
cron_scheduler
Simple job scheduler with crontab patterns for Crystal Language. -
inflector.cr
Inflector shard for Crystal. A port of ActiveSupport::Inflector -
crystal-futures
Future type implementation for Crystal language -
aasm.cr
:arrows_clockwise: Easy to use finite state machine for Crystal classes -
kreal
Kreal is a model sharing & RPC library built on and works with Kemal seamlessly. -
lambda.cr
Uniformed function call syntax for Crystal Language. -
crystal-diff
A Crystal sequence differencing implementation -
retriable.cr
Retriable.cr is a simple DSL to retry failed code blocks -
ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Crystal -
CrSerializer
Extensible annotation based serialization/deserialization library -
circuit_breaker
Implementation of the circuit breaker pattern in crystal -
burocracia.cr
No dependency Crystal shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP -
wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :) -
m3u8
Generate and parse m3u8 playlists for HTTP Live Streaming (HLS) in Crystal. -
message_verifier.cr
Rails compatible MessageVerifier for Crystal-lang apps -
atomic_write.cr
Extends `File` to provide `atomic_write()`.
Clean code begins in your IDE with SonarLint
Do you think we are missing an alternative of compiled_license or a related project?
README
Compiled License
Compiles the licences of all shards used in project into binary. This allows you to legally distribute binaries without having to package the licenses files from the shards.
Installation
Add this to your application's shard.yml
:
dependencies:
compiled_license:
github: elorest/compiled_license
Usage
require "compiled_license"
Compile and run
$ crystal build src/testapp.cr
$ testapp --licenses
# Returns all licenses to stdout
Contributing
- Fork it ( https://github.com/elorest/compiled_license/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- elorest Isaac Sloan - creator, maintainer
*Note that all licence references and agreements mentioned in the compiled_license README section above
are relevant to that project's source code only.