From 97707698b9631a9745e29616d1d7a4f496e53c0c Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Fri, 19 Apr 2024 10:15:05 +0000 Subject: [PATCH] prepare opam for release --- .gitignore | 1 + README.md | 2 +- sodium.opam | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7c87080..faed899 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /_build/ +/_opam/ .merlin *.install diff --git a/README.md b/README.md index 3fc2c1b..474435e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ocaml-sodium -[Ctypes](https://github.com/ocamllabs/ocaml-ctypes) bindings to +[Ctypes](https://github.com/yallop/ocaml-ctypes) bindings to [libsodium 1.0.9+](https://github.com/jedisct1/libsodium) which wraps [NaCl](http://nacl.cr.yp.to/). GNU/Linux, FreeBSD, and OS X operating systems are supported. OCaml 4.01.0 or later is required to build. diff --git a/sodium.opam b/sodium.opam index 192d097..5f9355f 100644 --- a/sodium.opam +++ b/sodium.opam @@ -1,15 +1,16 @@ opam-version: "2.0" -version: "dev" -maintainer: "sheets@alum.mit.edu" +synopsis: "Ctypes bindings to libsodium" +description: "Ctypes bindings to libsodium 1.0.9+ which wraps NaCl." +maintainer: "Ahrefs " authors: [ "David Sheets " "Peter Zotov " "Benjamin Canou " ] -homepage: "https://github.com/dsheets/ocaml-sodium/" -bug-reports: "https://github.com/dsheets/ocaml-sodium/issues/" -dev-repo: "git+https://github.com/dsheets/ocaml-sodium.git" -tags: ["org:mirage"] +homepage: "https://github.com/ahrefs/ocaml-sodium/" +bug-reports: "https://github.com/ahrefs/ocaml-sodium/issues/" +dev-repo: "git+https://github.com/ahrefs/ocaml-sodium.git" +tags: ["org:ahrefs"] build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs]