this repo has no description

Merge pull request #21535 from pukkamustard/monocypher

[new-release] monocypher (0.1.0)

Kate 52c59213 09500bda

Changed files
+41
packages
monocypher
monocypher.0.1.0
+41
packages/monocypher/monocypher.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml bindings to the Monocypher cryptographic library"
+
description: """
+
Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.
+
+
This library provides OCaml bindings to Monocypher using Ctypes."""
+
maintainer: ["pukkamustard <pukkamustard@posteo.net>"]
+
authors: ["pukkamustard <pukkamustard@posteo.net>"]
+
license: "CC0-1.0"
+
homepage: "https://inqlab.net/git/ocaml-monocypher.git"
+
bug-reports: "mailto:pukkamustard@posteo.net"
+
depends: [
+
"dune" {>= "3.2"}
+
"ocaml" {>= "4.08.0"}
+
"ctypes" {>= "0.13.0"}
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://inqlab.net/git/ocaml-monocypher.git"
+
url {
+
src: "https://inqlab.net/projects/ocaml-monocypher/release/ocaml-monocypher-v0.1.0.tar.gz"
+
checksum: [
+
"md5=7d1350d7df38e2420f1fbd1567e553d8"
+
"sha512=1bc19517a4fe6d7b46f03589e10d1911ca1740a73490325bc3c4048fbb86ad2f2ef9d90047611422aee2b34cdd9eba1d26c29bee56c366868490e83fce8aaffb"
+
]
+
}