-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for lib bindings with supported library versions #14900
Add docs for lib bindings with supported library versions #14900
Conversation
Would be nice if we could leverage/improve https://github.com/crystal-lang/shards/blob/655a3b0fc416986dae1846ded3856aaf46198085/docs/shard.yml.adoc?plain=1#L176-L205 more to have this available in a more idiomatic way. |
Co-authored-by: Quinton Miller <[email protected]>
@Blacksmoke16 Yes, a structured format could be nice. But not sure how that would look like. A plain mapping between lib name and a version selector is not always sufficient. |
Fixup for #14900 The version info was updated to 4.0 for `lib_ssl` but not `lib_crypto`.
The version info was updated to 4.0 for `lib_ssl` but not `lib_crypto`.
Adds information about supported library versions, as taken from crystal-lang/crystal#14900
Adds documentation about which library versions are supported by the various lib bindings.
I'm planning to put that information on https://crystal-lang.org/reference/1.13/man/required_libraries.html as well. The URLs to this page should hopefully remind us to sync updates there.
Ref #11358 (comment)