-
19
recent downloads
total downloads: 333
wbxml
0.1.4
A wbxml library.
-
19
recent downloads
total downloads: 319
twemoji
0.2.1
Twemoji for Elixir!
-
19
recent downloads
total downloads: 284
wink
1.0.2
A simple Gleam box drawing library
-
19
recent downloads
total downloads: 640
svonix
0.6.3
A library for easily integrating Svelte components into Phoenix
-
19
recent downloads
total downloads: 283
glyph
0.2.0
A purely Gleam Discord library built from the ground up with stratus.
-
19
recent downloads
total downloads: 286
smee_view
0.2.1
SAML metadata parsing extension for Smee
-
19
recent downloads
total downloads: 216
ex_cldr_calendars_composite
1.1.0
Composite calendars (composing non-overlapping calendars into one)
using the Common Locale Data Repository (CLDR).
-
19
recent downloads
total downloads: 520
imageflow
0.4.1
Elixir bindings for imageflow
-
19
recent downloads
total downloads: 684
srly
0.6.5
Erlang serial interface
-
19
recent downloads
total downloads: 1 494
flo
0.2.1
Extensible workflow orchestration framework
-
19
recent downloads
total downloads: 4 213
phoenix_localized_routes
0.1.2
Localize your Phoenix website with multilingual URLs and custom template assigns; enhancing user engagement and content relevance.
-
19
recent downloads
total downloads: 699
uni_pg
0.2.1
Compatibility layer for pg and pg2
-
19
recent downloads
total downloads: 164
libjq
0.1.0
Elixir bindings for libjq, the library form of the command-line tool jq
-
19
recent downloads
total downloads: 2 041
acessor
0.1.2
acessor for service mesh with processes
-
19
recent downloads
total downloads: 161
prov
0.1.0
An implementation of PROV for Elixir.
-
19
recent downloads
total downloads: 411
emxc
0.0.5
a Tesla REST client for the MEXC Exchange
-
19
recent downloads
total downloads: 908
kino_shell
0.1.2
Just a SmartCell to run bash scripts in Livebook
-
19
recent downloads
total downloads: 606
vasov
1.0.0
Transliterates from bulgarian cyrillic to latin.
-
19
recent downloads
total downloads: 530
exchange_rates_api
0.2.0
Exchange Rates API
-
19
recent downloads
total downloads: 5 154
vantagex
0.1.6
Elixir wrapper for Alpha Vantage API
-
19
recent downloads
total downloads: 720
skex
0.1.2
NIF wrapper around Skein hashing functions.
-
19
recent downloads
total downloads: 296
noisex
0.1.1
Work with different noise functions using Elixir
-
19
recent downloads
total downloads: 1 733
singyeong_plugin
0.1.2
Plugin API for singyeong.
-
19
recent downloads
total downloads: 1 179
guardian_paseto
0.2.1
A backend for validating issued Paseto through Guardian.
-
19
recent downloads
total downloads: 549
hinata
0.1.4
An HTTP client for JSON API.
-
19
recent downloads
total downloads: 617
crc32c
1.2.0
A CRC32c NIF implementation that uses SSE4.2 for ultimate speed.
-
19
recent downloads
total downloads: 650
pandadoc
0.1.2
Implements the free document signing API provided by pandadoc.com
-
19
recent downloads
total downloads: 297
nerves_vl6180x
0.3.0
Elixir library to interface with the VL6180X Time-of-Flight sensor
-
19
recent downloads
total downloads: 309
inflex_db
0.1.2
Elixir client for InfluxDB
-
19
recent downloads
total downloads: 1 113
itil
0.1.4
Lazy print and log functions and utils
## Examples
iex> I.p "sup"
"sup"
:ok
iex> I.p "s",[1,2,3]
"s"
[1, 2, 3]
:ok
...