Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro to Paket
Search
Andreas Mosti
March 08, 2016
Programming
0
160
Intro to Paket
A quick intro to what Paket delivers that NuGet can't.
Andreas Mosti
March 08, 2016
Tweet
Share
More Decks by Andreas Mosti
See All by Andreas Mosti
Deterministic Builds and where to find them
andmos
0
37
Correct Maps Are Useless: A guide to mental models
andmos
0
160
LEGO I Praksis
andmos
0
61
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
31
IoIT: Internet of Insecure Things
andmos
0
120
Containers'n stuff
andmos
0
36
IoT - Bevisstgjøring
andmos
0
40
GitOps in a nutshell
andmos
0
190
Supply Chain Attack
andmos
0
48
Other Decks in Programming
See All in Programming
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
Ruby Parser progress report 2025
yui_knk
1
450
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
340
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
110
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
250
請來的 AI Agent 同事們在寫程式時,怎麼用 pytest 去除各種幻想與盲點
keitheis
0
120
はじめてのMaterial3 Expressive
ym223
2
890
チームのテスト力を鍛える
goyoki
3
810
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
620
AI時代のUIはどこへ行く?
yusukebe
18
9k
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
print("Hello, World")
eddie
2
530
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
45
7.7k
KATA
mclloyd
32
14k
For a Future-Friendly Web
brad_frost
180
9.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Faster Mobile Websites
deanohume
309
31k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
How STYLIGHT went responsive
nonsquared
100
5.8k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
Paket
What is it and why should I care?
What plain old NuGet is not so good at:
Transitive dependencies
Conflicting dependencies
Version paths in project files
Different versions across projects
No ”easy” .nupkg creation
True Semver resolving
Great support!
None
•Repo/ •.paket/ • paket.bootstrapper.exe • paket.exe •paket.dependencies • paket.lock •
src/ •SolutionFolder/ • paket.references • paket.template
The .exe files
paket*.text files
Note: no Powershell - scripts
Further hacking