Skip to content

Commit a900a02

Browse files
committed
more colibri2 pin fix attempts
1 parent 08562d5 commit a900a02

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

encoding.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ build: [
3838
dev-repo: "git+https://github.com/formalsec/encoding.git"
3939
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
4040
pin-depends: [
41-
[ "colibri2.dev" "git+https://git.frama-c.com/pub/colibrics.git#5.1.0"]
41+
[ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
42+
[ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
4243
]

encoding.opam.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
22
pin-depends: [
3-
[ "colibri2.5.1.0" "https://git.frama-c.com/pub/colibrics.git#5.1.0"]
3+
[ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
4+
[ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
45
]

0 commit comments

Comments
 (0)