Skip to content

Commit

Permalink
Lint OPAM file and delete pin-depends
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Feb 1, 2022
1 parent 4a07232 commit 8a2ae2c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mirage-block-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc: "https://mirage.github.io/mirage-block-xen/"
bug-reports: "https://github.com/mirage/mirage-block-xen/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune"
"dune" {>= "1.0"}
"logs"
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.9.0"}
Expand Down Expand Up @@ -41,9 +41,3 @@ library which enables high-throughput, low-latency data
transfers over shared memory on both x86 and ARM architectures,
using the standard Xen RPC and event channel semantics.
"""
pin-depends:[
[ "mirage-xen.dev" "git+https://github.com/dinosaure/mirage-xen.git#b7b5eaebead17a864b53085b60351a1648ba05b1" ]
[ "mirage-runtime.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
[ "functoria-runtime.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
[ "functoria.4.0.0" "git+https://github.com/mirage/mirage.git#59101cd795e741982a0a4580c113072339e1389b" ]
]

0 comments on commit 8a2ae2c

Please sign in to comment.