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
40
Correct Maps Are Useless: A guide to mental models
andmos
0
160
LEGO I Praksis
andmos
0
62
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
33
IoIT: Internet of Insecure Things
andmos
0
120
Containers'n stuff
andmos
0
37
IoT - Bevisstgjøring
andmos
0
41
GitOps in a nutshell
andmos
0
190
Supply Chain Attack
andmos
0
50
Other Decks in Programming
See All in Programming
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
430
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
4
16k
Software Architecture
hschwentner
6
2.3k
コード生成なしでモック処理を実現!ovechkin-dm/mockioで学ぶメタプログラミング
qualiarts
0
270
Six and a half ridiculous things to do with Quarkus
hollycummins
0
210
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
190
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
Developer Joy - The New Paradigm
hollycummins
1
370
チームの境界をブチ抜いていけ
tokai235
0
230
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
340
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
300
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
340
Featured
See All Featured
How to Ace a Technical Interview
jacobian
280
24k
Building an army of robots
kneath
305
46k
Writing Fast Ruby
sferik
630
62k
Docker and Python
trallard
46
3.6k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
4 Signs Your Business is Dying
shpigford
185
22k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
A designer walks into a library…
pauljervisheath
209
24k
Speed Design
sergeychernyshev
32
1.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
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