| Port details on branch 2026Q2 |
- nim Nim programming language
- 2.2.10 lang
=0 2.2.10Version of this port present on the latest quarterly branch. - Maintainer: ports@nicandneal.net
 - Port Added: 2026-05-11 12:06:51
- Last Update: 2026-05-11 12:03:43
- Commit Hash: 8bdb30c
- License: MIT
- WWW:
- https://nim-lang.org/
- Description:
- Nim (formerly known as "Nimrod") 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/nim/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/nim
- pkg install nim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778484204
SHA256 (nim-2.2.10.tar.xz) = 7957b7ed004206bcf10bcc4f3b4744153878e62f2431552a9a8e9d3f40e8d5d5
SIZE (nim-2.2.10.tar.xz) = 8287652
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- node>=0 : www/node
- Library dependencies:
-
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nim-2.2.10:
DOCS=on: Build and/or install documentation
TOOLS=on: Build and install nim tools, not including nimble nor nimfind
===> Use 'make config' to modify these settings
- Options name:
- lang_nim
- USES:
- compiler:c11 cpe tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.2.10 11 May 2026 12:03:43
    |
Yusuf Yaman (nxjoseph)  Author: Neal Nelson |
lang/nim: Update 2.2.8 => 2.2.10
Release Notes:
https://nim-lang.org/blog/2026/04/24/nim-2210.html
PR: 295192
Reported by: Neal Nelson <ports@nicandneal.net> (maintainer)
Approved by: osa (mentor)
MFH: 2026Q2
(cherry picked from commit 1861fd258a23596ceb76f90bd3241cd53d3d2a57) |
Number of commits found: 1
|