Bump to 2.5.6, fixing some runtime deps
Bump to 2.5.6

Also normalize the license's language to the standard BSD-3-Clause as
per https://spdx.org/licenses/BSD-3-Clause.html, which is the license
that was already being used, but apparently had some wording
differences.
4 files changed
tree: 11e91ca8f4d25c64b3ed55d2bd709aeb0d5f51a6
  1. .github/
  2. doc/
  3. script/
  4. site/
  5. src/
  6. src_doc/
  7. test/
  8. .gitignore
  9. CHANGELOG.md
  10. docsite.erl
  11. LICENSE
  12. mix.exs
  13. README.md
  14. rebar.config
  15. rebar.lock
README.md

recon

Recon wants to be a set of tools usable in production to diagnose Erlang problems or inspect production environment safely.

To build the library:

rebar3 compile

Documentation for the library can be obtained at http://ferd.github.io/recon/

It is recommended that you use tags if you do not want bleeding edge and development content for this library.

Current Status

Build Status

Versions supported: OTP-18 and up. Support of OTP-17 down to R15B02 is best effort. Builds with Rebar3 require OTP-18.3 and up because that's what the build tools support. Testing may eventually clamp up to OTP-supported releases (current and the two prior).