alpha
Login
or
Join now
patrick.sirref.org
/
shelter
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add some pins
author
Patrick Ferris
date
1 year ago
(Apr 3, 2025, 3:56 PM +0100)
commit
201453c6
201453c6346b6c159f44e06d7fe316b0f41602f4
parent
c4679565
c4679565c1bd87c914e6b48b65f790a3a5f4876a
+14
3 changed files
Expand all
Collapse all
Unified
Split
dune-project
shelter.opam
shelter.opam.template
+1
dune-project
Reviewed
···
25
25
zfs
26
26
cid
27
27
ppx_repr
28
28
+
irmin-fs
28
29
)
29
30
(tags
30
31
("shell")))
+7
shelter.opam
Reviewed
···
16
16
"zfs"
17
17
"cid"
18
18
"ppx_repr"
19
19
+
"irmin-fs"
19
20
"odoc" {with-doc}
20
21
]
21
22
build: [
···
33
34
]
34
35
]
35
36
dev-repo: "git+https://github.com/username/reponame.git"
37
37
+
pin-depends:[
38
38
+
[ "zfs.dev" "git+https://github.com/patricoferris/ocaml-zfs" ]
39
39
+
[ "void.dev" "git+https://github.com/quantifyearth/void" ]
40
40
+
[ "irmin.dev" "git+https://github.com/mirage/irmin#eio" ]
41
41
+
[ "irmin-fs.dev" "git+https://github.com/mirage/irmin#eio" ]
42
42
+
]
+6
shelter.opam.template
Reviewed
···
1
1
+
pin-depends:[
2
2
+
[ "zfs.dev" "git+https://github.com/patricoferris/ocaml-zfs" ]
3
3
+
[ "void.dev" "git+https://github.com/quantifyearth/void" ]
4
4
+
[ "irmin.dev" "git+https://github.com/mirage/irmin#eio" ]
5
5
+
[ "irmin-fs.dev" "git+https://github.com/mirage/irmin#eio" ]
6
6
+
]