11 Commits

Author SHA1 Message Date
denis
37dcb25e8c Update to 1.2.0
Tested by j at bitminer.ca, thanks.
2020-05-02 09:33:06 +00:00
sthen
267f1f46d9 mark BROKEN-i386; hardcodes gcc 2019-08-31 15:36:56 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
espie
3c3982f3ed put @comment .orig to help update-plist produce clean results 2018-05-29 08:10:42 +00:00
juanfra
ce246ba396 Move download.tuxfamily to https. 2017-12-02 21:39:49 +00:00
juanfra
2da19f7f22 Update to nim 0.16.0.
http://nim-lang.org/news/e029_version_0_16_0.html
2017-01-09 10:32:33 +00:00
juanfra
226c81d329 Update to the latest Nim tarball. 2016-06-15 18:45:20 +00:00
juanfra
3c6650ea4d Upstream modified the tarball. Add a new MASTER_SITES until I can test
the new tarball. Spotted by naddy@ and sthen@.
2016-06-15 17:10:59 +00:00
juanfra
f0d014539b Update to Nim 0.14.2. 2016-06-15 00:19:59 +00:00
jturner
ead6a3a17f Remove myself and maintainer. ok juanfra@ 2015-12-22 19:40:48 +00:00
juanfra
8d456a4ddc Changes:
- Update to nim 0.11.2
- Enable the tests
- lang/nimrod -> lang/nim

OK jturner@

Comment:
statically typed, imperative programming language

Description:
Nim is a statically typed, imperative programming language that tries
to give the programmer ultimate power without compromises on runtime
efficiency. This means it focuses on compile-time mechanisms in all
their various forms.

Beneath a nice infix/indentation based syntax with a powerful (AST
based, hygienic) macro system lies a semantic model that supports a soft
realtime GC on thread local heaps. Asynchronous message passing is used
between threads, so no "stop the world" mechanism is necessary. An
unsafe shared memory heap is also provided for the increased efficiency
that results from that model.

Maintainer: James Turner <james@calminferno.net>

WWW: http://nim-lang.org/
2015-10-19 21:50:14 +00:00