Sha256: 8b051a9092defde9aaae7be0cba820958b9aad439236a74e9d662a50122da3a0

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

#+TITLE: Library as a Gem -  libsodium
#+LATEX: \pagebreak

* Overview

  ~laag-libsodium~ packages [[https://github.com/jedisct1/libsodium][libsodium]] as a Ruby Gem, using [[https://github.com/colstrom/laag][laag]].

* Updating this Package

  This gem uses Brett Langdon's excellent [[https://github.com/brettlangdon/git-vendor][git-vendor]] for managing the vendored
  library. Updating is as simple as:

  #+BEGIN_SRC shell
    git-vendor update libsodium v1.0.16
  #+END_SRC

  So fork, clone, run that command, and submit a Pull Request.

* Versioning

  This gem does not conform to Semantic Versioning. Rather, it defers to the
  versioning of the vendored library, with an additional digit indicating the
  number of packaging-related commits. This is a deliberate choice, so that
  version constraints in dependent libraries may be expressed in terms of the
  vendored library, and packaging details ignored.

* License

  This gem adopts the license used by the vendored library. See =LICENSE.txt=
  for the full text.

* Contributors

  - [[https://colstrom.github.io/][Chris Olstrom]] | [[mailto:chris@olstrom.com][e-mail]] | [[https://twitter.com/ChrisOlstrom][Twitter]]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
laag-libsodium-1.0.16.2 README.org
laag-libsodium-1.0.16.0 README.org