A statically typed, imperative programming language
https://nim-lang.org/
Nim is a statically typed, imperative programming language.
Beneath a infix/indentation-based syntax with a (AST-based) macro
system lies a semantic model that supports a soft realtime GC on
thread local heaps. Asynchronous message passing is used between
threads. An unsafe shared memory heap is also provided for the
increased efficiency that results from that model.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / nim
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:misc/nim && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000166 166 Bytes | |
_link | 0000000124 124 Bytes | |
nim-1.6.12.tar.xz | 0005180496 4.94 MB | |
nim-fix-tests-certificate-key-too-small.patch | 0000007692 7.51 KB | |
nim-fix-tests-ip-protocol-missing.patch | 0000001957 1.91 KB | |
nim-nim-gdb_fix_interpreter.patch | 0000000247 247 Bytes | |
nim-rpmlintrc | 0000000052 52 Bytes | |
nim.changes | 0000015696 15.3 KB | |
nim.spec | 0000009208 8.99 KB |
Comments 4
subcom wrote
OpenSuse 15.3 and 15.4 do not show up in the repositories list (https://software.opensuse.org//download.html?project=devel%3Alanguages%3Amisc&package=nim) even though the package is built successfully here. Why?
subcom wrote
They are showing up under SLE. https://software.opensuse.org//download.html?project=devel%3Alanguages%3Amisc&package=nim. A bit confusing!
david.anes wrote
Please, open a bug in bugzilla.opensuse.org and report it. I will pick it up as soon as I have time and check what's going on.
Thanks!
david.anes wrote
I've been told this is a issue of software.opensuse.org and how it interprets OBS output/packages and it's not related to Nim. This is already reported, however I'm not sure how long it will take to be fixed.