Skip to content

Commit

Permalink
update opam
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 26, 2022
1 parent 8737f38 commit 49f72dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions secp256k1.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "1.2"
opam-version: "2.0"
name: "secp256k1"
synopsis: "Elliptic curve library secp256k1 wrapper for Ocaml"
description: """
Expand Down Expand Up @@ -27,8 +27,9 @@ build: [
]

depends: [
"dune" {>= "1.2"}
"base" {build & >= "v1.12.0"}
"ocaml"
"dune" {>= "1.0"}
"base" {build & >= "v0.12.0"}
"stdio" {build & >= "v0.9.0"}
"dune-configurator" {build & >= "1.0"}
"hex" {with-test & >= "1.1.1"}
Expand Down

0 comments on commit 49f72dd

Please sign in to comment.