this repo has no description
1opam-version: "2.0" 2synopsis: "Thin bindings to TweetNaCl cryptography for OCaml" 3description: """\ 4Ttweetnacl is an OCaml module providing thin bindings to the 5[TweetNaCl][tweetnacl] cryptographic library. 6 7Ttweetnacl has no dependencies. The binding code is distributed under 8the ISC license and the integrated TweetNaCl C code is in the public 9domain. 10 11Homepage: <https://erratique.ch/software/ttweetnacl> 12 13[tweetnacl]: https://tweetnacl.cr.yp.to/""" 14maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 15authors: "The ttweetnacl programmers" 16license: "ISC" 17tags: ["cryptography" "bindings" "nacl" "org:erratique"] 18homepage: "https://erratique.ch/software/ttweetnacl" 19doc: "https://erratique.ch/software/ttweetnacl/doc" 20bug-reports: "https://github.com/dbuenzli/ttweetnacl/issues" 21depends: [ 22 "ocaml" {>= "4.13.0"} 23 "ocamlfind" {build} 24 "ocamlbuild" {build} 25 "topkg" {build & >= "1.0.3"} 26] 27build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 28dev-repo: "git+https://erratique.ch/repos/ttweetnacl.git" 29url { 30 src: 31 "https://erratique.ch/software/ttweetnacl/releases/ttweetnacl-0.1.0.tbz" 32 checksum: 33 "sha512=8c82799c3dcaef77d28b08ec24db94863c268e477443e6642b16d7188004d46a5146fa0b86967c3ace339a94283f2f61d7eab842d745eadf1951f9001b6dcee6" 34} 35x-maintenance-intent: ["(latest)"]