DFSG NEW Queue

DFSG, Licensing & New Packages Team

r-cran-nanonext 1.9.0+dfsg-1

Package Information

DescriptionLightweight Toolkit for Messaging, Concurrency and the Web

R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. A toolkit for messaging, concurrency and the web. High-performance socket messaging over in-process, IPC, TCP, WebSocket and secure TLS transports implements 'Scalability Protocols', a standard for common communications patterns including publish/subscribe, request/reply and survey. A threaded concurrency framework with intuitive 'aio' objects that resolve automatically upon completion of asynchronous operations, and synchronisation primitives that allow R to wait on events signalled by concurrent threads. A unified HTTP server hosting REST endpoints, WebSocket connections and streaming on a single port, with a built-in HTTP client.

MaintainerDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Changed ByCharles Plessy <plessy@debian.org>
Sponsorplessy@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/r-pkg-team/r-cran-nanonext.git (browse)
Trackerhttps://tracker.debian.org/pkg/r-cran-nanonext
Uploaded2 hours ago

New Package Report

.changes
DateSun, 10 May 2026 21:28:25 +0900
Sourcer-cran-nanonext
Version1.9.0+dfsg-1
Changed-ByCharles Plessy
Architecturesource amd64
Distributionunstable
Changelog
r-cran-nanonext (1.9.0+dfsg-1) unstable; urgency=medium
 .
   * Initial release (needed by r-cran-vim)
.dsc
Sectiongnu-r
Priorityoptional
Componentmain
Package-Listr-cran-nanonext deb gnu-r optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://cran.r-project.org/package=nanonext
Upstream-Name: nanonext
Upstream-Contact:
 Charlie Gao <charlie.gao@posit.co>,
Files-Excluded: */inst/doc/*.html

Files: *
Copyright: 2025 Charlie Gao (ORCID: <https://orcid.org/0000-0002-0750-061X>),
 Posit Software, PBC (ROR: <https://ror.org/03wc8by49>),
 Hibiki AI Limited,
 Staysail Systems, Inc. (NNG library),
 Capitar IT Group BV (NNG library),
 The Mbed TLS Contributors (Mbed TLS library),
 Pierre L'Ecuyer (RngStreams library),
 sakura authors (Serialization hooks),
 R Consortium (ROR: <https://ror.org/01z833950>)
License: MIT

Files: src/dispatcher.c
Copyright: Pierre L'Écuyer
License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 The L'Ecuyer-CMRG RNG stream jumping implementation in src/dispatcher.c uses
 moduli and jump matrix constants from the RngStreams package by Pierre L'Ecuyer,
 University of Montreal (https://github.com/umontreal-simul/RngStreams), licensed
 under the Apache License, Version 2.0 (same terms as reproduced above for
 Mbed TLS). The original copyright notice requests citation of:
 .
   P. L'Ecuyer, "Good Parameter Sets for Combined Multiple Recursive Random
     Number Generators", Operations Research, 47, 1 (1999), 159-164.
   P. L'Ecuyer, R. Simard, E. J. Chen, and W. D. Kelton, "An Objected-
     Oriented Random-Number Package with Many Long Streams and Substreams",
     Operations Research, 50, 6 (2002), 1073-1075.
Comment: On Debian systems, you can find the full text of the Apache 2.0 license
 at </usr/share/common-licenses/Apache-2.0>.

Files: debian/*
Copyright: 2026 Debian R Packages Maintainers Team
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package