Skip to content

Commit

Permalink
prepare opam for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored and rr0gi committed May 16, 2024
1 parent 734eccb commit 9770769
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/_build/
/_opam/
.merlin
*.install
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 7 additions & 6 deletions sodium.opam
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
opam-version: "2.0"
version: "dev"
maintainer: "[email protected]"
synopsis: "Ctypes bindings to libsodium"
description: "Ctypes bindings to libsodium 1.0.9+ which wraps NaCl."
maintainer: "Ahrefs <[email protected]>"
authors: [
"David Sheets <[email protected]>"
"Peter Zotov <[email protected]>"
"Benjamin Canou <[email protected]>"
]
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]
Expand Down

0 comments on commit 9770769

Please sign in to comment.