this repo has no description

hacl is not compatible with dune 3.0 (does not have a dune-project file)

Kate 537ccb23 99d48f92

Changed files
+1 -1
packages
hacl
hacl.0.3
+1 -1
packages/hacl/hacl.0.3/opam
···
dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git"
license: "MIT"
depends: [
-
"dune" {>= "2.0"}
+
"dune" {>= "2.0" & < "3.0"}
"bigstring" {>= "0.1.1"}
"ocplib-endian" {>= "1.0"}
"zarith" {>= "1.7"}