CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2015/10/19 15:50:15

Log message:
    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 <[email protected]>
    
    WWW: http://nim-lang.org/
    
    Status:
    
    Vendor Tag: juanfra
    Release Tags:       juanfra_2015-10-19
    
    N ports/lang/nim/Makefile
    N ports/lang/nim/distinfo
    N ports/lang/nim/patches/patch-build_sh
    N ports/lang/nim/patches/patch-compiler_extccomp_nim
    N ports/lang/nim/patches/patch-config_nim_cfg
    N ports/lang/nim/patches/patch-tests_testament_tester_nim
    N ports/lang/nim/pkg/DESCR
    N ports/lang/nim/pkg/PLIST
    
    No conflicts created by this import

Reply via email to