Skip to content
3 changes: 2 additions & 1 deletion encoding.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ build: [
dev-repo: "git+https://github.com/formalsec/encoding.git"
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
pin-depends: [
[ "colibri2.dev" "git+https://git.frama-c.com/pub/colibrics.git#5.1.0"]
[ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
[ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
]
3 changes: 2 additions & 1 deletion encoding.opam.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
available: (arch = "x86_64" | arch = "arm64") & os != "win32" & arch != "x86_32"
pin-depends: [
[ "colibri2.5.1.0" "https://git.frama-c.com/pub/colibrics.git#5.1.0"]
[ "colibri2.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
[ "colibrilib.dev" "git+ssh://[email protected]/pub/colibrics.git#5.1.0"]
]