Crystal (nightly)
https://crystal-lang.org/
Crystal is a general-purpose, object-oriented programming language.
With syntax inspired by Ruby, it is a compiled language with static type-checking, serving both, humans and computers.
This package provides nightly builds of the compiler.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:crystal:nightly/crystal && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
crystal-docs.dsc | 0000000468 468 Bytes | |
crystal-snapshot-docs.tar.gz | 0016338869 15.6 MB | |
crystal-snapshot-linux-x86_64.tar.gz | 0051774356 49.4 MB | |
crystal.dsc | 0000000471 471 Bytes | |
crystal.spec | 0000003699 3.61 KB | |
debian.changelog | 0000000131 131 Bytes | |
debian.compat | 0000000003 3 Bytes | |
debian.control | 0000000912 912 Bytes | |
debian.rules | 0000003922 3.83 KB |
Comments 1
Hi, would it be possible (read: suitable) to add interpreter support to the nightly builds? This is something I regularly want to try out, but it usually means I need to build from source. I know opting into this at build-time impacts the ability to build Crystal itself as a static build, but assume (perhaps incorrectly) it shouldn't impact users wanting to compile their applications in terms of any differences in the resulting binary from builds without interpreter support.
Any thoughts? Thanks