./lang/rust176, Safe, concurrent, practical language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.76.0nb6, Package name: rust-1.76.0nb6, Maintainer: pkgsrc-users

Rust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use cases
other languages aren't good at: embedding in other languages, programs
with specific space and time requirements, and writing low-level code,
like device drivers and operating systems.

It improves on current languages targeting this space by having a number
of compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions" even though some of these abstractions feel like those of
a high-level language. Even then, Rust still allows precise control
like a low-level language would.

This is the old 1.76 version of rust for those platforms where the current
version does not work.



Package options: rust-internal-llvm

Master sites:

Filesize: 294921.085 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-07-30 20:01:16 by Tobias Nygren | Files touched by this commit (2)
Log message:
rust: fix build when curl has libssh2 option enabled

PR pkg/58506 from Phil Krylov
   2024-07-08 16:46:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
rust176: switch to included llvm by default, since the pkgsrc one is too new
   2024-07-08 16:46:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
rust176: pkglint fix
   2024-07-07 12:43:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
rust176: add buildlink3.mk