Fix OPAM dependencies
This commit is contained in:
parent
2fbd125511
commit
a838f5d55c
2
vendors/ocaml-uecc/test/jbuild
vendored
2
vendors/ocaml-uecc/test/jbuild
vendored
@ -3,13 +3,11 @@
|
||||
(executable
|
||||
((name test)
|
||||
(modules (Test))
|
||||
(public_name test-uecc)
|
||||
(libraries (alcotest uecc))))
|
||||
|
||||
(executable
|
||||
((name test_vectors)
|
||||
(modules (Vectors Test_vectors))
|
||||
(public_name test-uecc-vectors)
|
||||
(libraries (cstruct hex alcotest uecc))))
|
||||
|
||||
(alias
|
||||
|
2
vendors/ocaml-uecc/uecc.opam
vendored
2
vendors/ocaml-uecc/uecc.opam
vendored
@ -18,4 +18,6 @@ depends: [
|
||||
"jbuilder" {build & >= "1.0+beta19.1"}
|
||||
"bigstring" {>= "0.1.1"}
|
||||
"alcotest" {test & >= "0.8.1"}
|
||||
"cstruct" {test & >= "3.2.1"}
|
||||
"hex" {test}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user