All Projects → fsprojects → Paket

fsprojects / Paket

Licence: mit
A dependency manager for .NET with support for NuGet packages and Git repositories.

Programming Languages

F#
602 projects
C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to Paket

Paket.Unity3D
An extension for the Paket dependency manager that enables the integration of NuGet dependencies into Unity3D projects.
Stars: ✭ 42 (-97.65%)
Mutual labels:  nuget, mono, paket
paket-lock-diff
This is a tool to analyze two paket.lock files showing additions, removals, upgrades and downgrades.
Stars: ✭ 16 (-99.1%)
Mutual labels:  nuget, paket
vscode-npm-gui
vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
Stars: ✭ 36 (-97.99%)
Mutual labels:  package-manager, nuget
gauge-csharp
Csharp runner for Gauge
Stars: ✭ 34 (-98.1%)
Mutual labels:  nuget, mono
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+7.78%)
Mutual labels:  nuget, mono
Watsontcp
WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
Stars: ✭ 209 (-88.3%)
Mutual labels:  nuget, mono
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-91.55%)
Mutual labels:  nuget, mono
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (-64.02%)
Mutual labels:  nuget, mono
Opengl.net
Modern OpenGL bindings for C#.
Stars: ✭ 473 (-73.53%)
Mutual labels:  nuget, mono
Mvvmcross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
Stars: ✭ 3,594 (+101.12%)
Mutual labels:  nuget, mono
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (-92.22%)
Mutual labels:  nuget, mono
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (-98.99%)
Mutual labels:  nuget, mono
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-98.49%)
Mutual labels:  nuget, mono
WatsonSyslogServer
C# Syslog Server
Stars: ✭ 18 (-98.99%)
Mutual labels:  nuget, mono
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (-62.28%)
Mutual labels:  nuget, mono
Baget
A lightweight NuGet and symbol server
Stars: ✭ 1,861 (+4.14%)
Mutual labels:  package-manager, nuget
Teslalogger
Stars: ✭ 131 (-92.67%)
Mutual labels:  mono
Zhsan
中華三國志
Stars: ✭ 135 (-92.45%)
Mutual labels:  mono
Xamarin Crossdownloadmanager
A cross platform download manager for Xamarin
Stars: ✭ 131 (-92.67%)
Mutual labels:  nuget
Managed Midi
[Past project] Cross-platform MIDI processing library for mono and .NET (ALSA, CoreMIDI, Android, WinMM and UWP).
Stars: ✭ 130 (-92.73%)
Mutual labels:  mono

Travis build status Appveyor Build status NuGet Status Join the chat at https://gitter.im/fsprojects/Paket Twitter

Paket

A dependency manager for .NET with support for NuGet packages and git repositories.

Why Paket?

NuGet does not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies.

Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process.

Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.

Paket also enables you to reference files directly from git repositories or any http-resource.

For more reasons see the FAQ.

Online resources

Troubleshooting and support

Prerequisites

Windows

Linux

  • up-to-date Mono (>= 5.0 required, >= 5.2 recommended, just install the latest nightly)
  • up-to-date MSBuild (>= 15.0, support for "Directory.Build.props" required)

On most distros, it should be enough to follow this guide and install mono-devel, which contains MSBuild. Note: if the paket build script fails at paket restore just rerun it a few times until it succeeds.

Quick contributing guide

  • Fork and clone locally.
  • Build the solution with Visual Studio, build.cmd or build.sh.
  • Create a topic specific branch in git. Add a nice feature in the code. Do not forget to add tests and/or docs.
  • Run build.cmd (build.sh on Mono) to make sure all tests are still passing.
  • When built, you'll find the binaries in ./bin which you can then test with locally, to ensure the bug or feature has been successfully implemented.
  • Send a Pull Request.

If you want to contribute to the docs then please modify the markdown files in /docs/content and send a pull request. Note, that short description and syntax for each command is generated automatically from the Paket.Commands module.

License

The MIT license

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].