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
36
Correct Maps Are Useless: A guide to mental models
andmos
0
160
LEGO I Praksis
andmos
0
59
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
39
GitOps in a nutshell
andmos
0
190
Supply Chain Attack
andmos
0
47
Other Decks in Programming
See All in Programming
Laravel Boost 超入門
fire_arlo
2
190
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
120
Swift Updates - Learn Languages 2025
koher
2
410
Protocol Buffersの型を超えて拡張性を得る / Beyond Protocol Buffers Types Achieving Extensibility
linyows
0
110
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
460
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
110
CSC305 Summer Lecture 12
javiergs
PRO
0
130
TDD 実践ミニトーク
contour_gara
1
280
オープンセミナー2025@広島LT技術ブログを続けるには
satoshi256kbyte
0
150
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
140
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
380
機能追加とリーダー業務の類似性
rinchoku
2
830
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
185
54k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
The Invisible Side of Design
smashingmag
301
51k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Optimizing for Happiness
mojombo
379
70k
Faster Mobile Websites
deanohume
309
31k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
A Modern Web Designer's Workflow
chriscoyier
696
190k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
How to Ace a Technical Interview
jacobian
279
23k
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