A light weight programming language
Squirrel is a light weight programming language featuring higher-order
functions, classes/inheritance, delegation, tail recursion, generators,
cooperative threads, exception handling, reference counting and garbage
collection on demand. C-like syntax.
- Developed at devel:libraries:c_c++
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/squirrel && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
c++11.patch | 0000000551 551 Bytes | |
sover.patch | 0000000508 508 Bytes | |
sover.patch.in | 0000000508 508 Bytes | |
squirrel-config.cmake.in | 0000000143 143 Bytes | |
squirrel.changes | 0000006468 6.32 KB | |
squirrel.rpmlintrc | 0000000097 97 Bytes | |
squirrel.spec | 0000003574 3.49 KB | |
squirrel_3_2_stable.tar.gz | 0000620486 606 KB |
Revision 14 (latest revision is 15)
Dominique Leuenberger (dimstar_suse)
accepted
request 1073749
from
Dirk Mueller (dirkmueller)
(revision 14)
- spec file changes: * drop static library because everything that needs maintenance patch is then vulnerable without rebuild (see bug that was just patched) * drop Group since it was wrong anyway * move runtime library to its won subpackage from executable * switch to cmake * update sover ourselves since upstream doesn't do this and seems to break ABI between versions. - c++11.patch: drop C++11 standard in favour of latest - sover.patch: patch to update sover on version updates, generated from sover.patch.in during setup - squirrel-gcc47.patch: dropped, fixed upstream - squirrel-autoconfiscate.patch: dropped, obsolete - squirrel-rename_binary.patch: dropped, obsolete - squirrel-config.cmake.in: add missing file - squirrel.rpmlintrc: ignore EOL warnings in doc files
Comments 0