Coder Social home page Coder Social logo

christianlang / paket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fsprojects/paket

0.0 1.0 0.0 8.82 MB

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

Home Page: http://fsprojects.github.io/Paket/

License: MIT License

Shell 0.45% F# 97.36% C# 2.19%

paket's Introduction

Paket

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

Why Paket?

NuGet does not separate out the concept of indirect dependencies. If you install a package into your project and that package has further dependencies then all indirect packages are included in the packages.config. There is no way to tell which packages are only indirect 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 GitHub (and Gist) repositories or any http-resource.

For more reasons see the FAQ.

Online resources

NuGet Status

Troubleshooting and support

Build status

BuildScript Status of last build
Mono build.sh Travis build status
Windows build.cmd AppVeyor Build status

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.
  • 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.

License

The MIT license

paket's People

Contributors

agross avatar bartelink avatar brodyberg avatar caindy avatar cdrnet avatar dsyme avatar dungpa avatar forki avatar fsgit avatar ilkerde avatar isaacabraham avatar jvrdev avatar jwood803 avatar khellang avatar kurtschelfthout avatar mexx avatar panesofglass avatar pblasucci avatar ptrelford avatar reedcopsey avatar rneatherway avatar rojepp avatar ronnieholm avatar ryansroberts avatar sergey-tihon avatar tachyus-ryan avatar theimowski avatar thorium avatar tpetricek avatar zachbray avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.