/homebrew-protocols

Homebrew formulae for protocol things which interest me

Primary LanguageRuby

Homebrew: Protocols

These formulae are for Homebrew, a package management system for MacOS.

What is here

Anything which catches my fancy but is too obscure for Homebrew, which I suspect will involve dealing with miscellaneous protocols in various ways.

  • dumpasn1.rb: Peter Gutmann's dumpasn1 tool, useful for debugging various DER data structures;
    • dumpasn1 =(openssl x509 -outform der -in cert.pem)
    • (above example uses zsh-specific =(...) syntax)
  • sieve-connect.rb: this is for my own sieve-connect tool, which is packaged for various OS distributions. It speaks ManageSieve.

How do I install these formulae?

Just brew tap philpennock/protocols and then brew install <formula>.

If the formula conflicts with one from mxcl/master or another tap, you can brew install philpennock/protocols/<formula>.