Skip to content

Commit

Permalink
opam: add depexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady authored Feb 2, 2024
1 parent d4f5ac1 commit 30ed286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions argon2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]
depexts: [
["libargon2-dev"] {os-family = "debian"}
["libargon2-dev"] {os-family = "ubuntu"}
["libargon2-devel"] {os-distribution = "fedora"}
]
synopsis: "OCaml bindings to Argon2"
description: """
Based on argon2 library as described in https://github.com/P-H-C/phc-winner-argon2.
Expand Down

0 comments on commit 30ed286

Please sign in to comment.