From 9c6ee4d3e5e1b4dec1582abdf5963b86c6687cb6 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 5 Dec 2021 17:55:17 +0100 Subject: [PATCH] add pin depends --- mirage-stack.opam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mirage-stack.opam b/mirage-stack.opam index 66e0643..01fcfd8 100644 --- a/mirage-stack.opam +++ b/mirage-stack.opam @@ -21,3 +21,8 @@ description: """ mirage-stack provides a set of module types which libraries intended to be used as MirageOS network stacks should implement. """ +pin-depends: [ + [ "ethernet.3.0.0" "git+https://github.com/hannesm/ethernet.git#25caecfab024000b4d846f381eb6255b06db41a8" ] + [ "arp.3.0.0" "git+https://github.com/hannesm/arp.git#30ecad8d8856ad76a0b2f4d4659587056c8d3ef4" ] + [ "tcpip.7.0.0" "git+https://github.com/hannesm/mirage-tcpip.git#4766056ca8b54e5b6ef851eb962020f1f59898ef" ] +]