Packages
sweet_xml
0.7.5A sweet wrapper of :xmerl to help query XML docs
plug_forwarded_peer
0.2.0Very simple plug which reads `X-Forwarded-For` or `Forwarded` header according to rfc7239 and fill `conn.remote_ip` with the root client ip.
ewebmachine
2.3.3Ewebmachine contains macros and plugs to allow you to compose HTTP decision handlers and run the HTTP decision tree to get your HTTP response. This project is a rewrite for Elixir and Plug of basho webmachine.
json_stream
0.0.2Small but useful wrapper above erlang `jsx` to stream json elements from an Elixir binary stream.
exos
2.1.0Create a GenServer in any language. Exos contains a very simple GenServer which proxy calls and casts to a given port command, encoding and decoding the message to the port using erlang external binary term format. (see related projects : clojure|python|node_erlastic on https://github.com/kbrw)
delayed_otp
0.0.4Delay death of supervisor children or gen_server : for instance Erlang supervisor with exponential backoff restart strategy.
zip_stream
0.1.0Library to read zip file in a stream. Zip file binary stream -> stream of {:new_file,name} or uncompressed_bin Erlang zlib library only allows deflate decompress stream. But Erlang zip library does not allow content streaming.
calibex
0.1.0Calibex is an ICal Elixir library which focus in bijective coding/decoding in order to allow ICal transformation, ICal email request and responses, and easy non-standard fields inclusion.
reaxt
4.1.2Use your react components into your elixir application, using webpack compilation.
stemex
0.2.1Stemex is a NIF wrapper above snowball containing stemmers for : danish, dutch, english, finnish, french, german, hungarian, italian, kraaij_pohlmann, lovins, norwegian, portuguese, romanian, russian, spanish, swedish, turkish.
adap
0.0.1Create a data stream across your information systems to query, augment and transform data according to Elixir matching rules.
mailibex
0.2.1Mailibex is an email library in Elixir : currently implements DKIM, SPF, DMARC, MimeMail (using iconv nif for encoding), MimeType (and file type detection), a simplified api to modify or create mimemail as a keyword list.
exfsm
0.1.6Simple elixir library to define composable FSM as function (not related at all with `:gen_fsm`, no state/process management)
dotx
0.3.1Dotx is a full feature library for DOT file parsing and generation. The whole spec [https://www.graphviz.org/doc/info/lang.html](https://www.graphviz.org/doc/info/lang.html) is implemented.
gitex
0.2.0Elixir implementation of the Git object storage, but with the goal to implement the same semantic with other storage and topics
rulex
0.2.0Rulex contains a very simple macro "defrule" allowing you to write a rule system using Elixir pattern matching.