Top 20 NuGet nativepackage Packages

Developer files (headers/libraries) for V8 JavaScript Engine.
Developer files (headers/libraries) for V8 JavaScript Engine.
libffi (Foreign Function Interface) is a library that allows software to call any function whose interface is known at runtime. Homepage: http://sourceware.org/libffi/
Features : Auto loading of dll files and classes Version control for loaded plugins Header only library OOP Design Platform independent
cpplinq is an open-source native template library that provides a set of LINQ-like operators for querying collections (arrays and STL containers) in C++11. The library contains a single header file and the API consists on a set of template classes and functions and is compatible with all major co...
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. Homepage: http://www.libsdl.org/
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standa...
Libxslt is the XSLT C library developed for the GNOME project. XSLT itself is a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the GNOME project. It also implements most of the EXSLT set of processor-portable extensions functions and som...
Libmodplug is an open source mod rendering library. Homepage: http://modplug-xmms.sourceforge.net/
Platform Independent Library for MIDI I/O. homepage: http://portmedia.sourceforge.net/portmidi/
cppconlib provides a small C++11 template library for manipulating the settings of a Windows console (colors, text position, input mode, etc.). The library contains a single header file (conmanip.h) and the API consists on a set of template classes and functions (in namespace conmanip). The libr...
Symbols for package 'Assimp'. This package should not likely be installed. (This is not the package you are looking for).
Redistributable components for package 'Assimp'. This package should only be installed as a dependency. (This is not the package you are looking for).
Redistributable components for package 'libdui'. This package should only be installed as a dependency. (This is not the package you are looking for).
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
See https://github.com/onezeroplus/BulkFileReader for details.
RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. Usuage: Install-Package rap...
A small c++ library for implementation of quadrature rules. ozp::quadrature::integrate<ozp::quadrature::Gaussian<2>, 1>([](double ip1, double w1){ });