1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

wslでelixir その4

Last updated at Posted at 2022-12-29

概要

wsl(wsl2じゃない)で、elixirやってみた。
mix hex.info使ってみた。

実行結果


$ mix hex.info httpoison
Yet Another HTTP client for Elixir powered by hackney

Config: {:httpoison, "~> 1.8"}
Releases: 1.8.2, 1.8.1, 1.8.0, 1.7.0, 1.6.2, 1.6.1, 1.6.0, 1.5.1, ...

Licenses: MIT
Links:
  Changelog: https://github.com/edgurgel/httpoison/blob/master/CHANGELOG.md
  GitHub: https://github.com/edgurgel/httpoison
$ mix hex.info jason
A blazing fast JSON parser and generator in pure Elixir.

Config: {:jason, "~> 1.4"}
Releases: 1.5.0-alpha.1, 1.4.0, 1.3.0, 1.2.2, 1.2.1, 1.2.0, 1.1.2, 1.1.1, ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/michalmuskala/jason
$ mix hex.info saxy
Saxy is an XML parser and encoder in Elixir that focuses on speed and standard compliance.

Config: {:saxy, "~> 1.5"}
Releases: 1.5.0, 1.4.0, 1.3.0, 1.2.2, 1.2.1 (retired), 1.2.0, 1.1.0, 1.0.0, ...

Licenses: MIT
Links:
  Changelog: https://hexdocs.pm/saxy/changelog.html
  GitHub: https://github.com/qcam/saxy
$ mix hex.info plug_cowboy
A Plug adapter for Cowboy

Config: {:plug_cowboy, "~> 2.6"}
Releases: 2.6.0, 2.5.2, 2.5.1, 2.5.0, 2.4.1, 2.4.0, 2.3.0, 2.2.2 (retired), ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/elixir-plug/plug_cowboy
$ mix hex.info nimble_csv
A simple and fast CSV parsing and dumping library

Config: {:nimble_csv, "~> 1.2"}
Releases: 1.2.0, 1.1.0, 1.0.0 (retired), 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.0, ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/dashbitco/nimble_csv
$ mix hex.info html5ever
NIF binding of html5ever using Rustler

Config: {:html5ever, "~> 0.14.0"}
Releases: 0.14.0, 0.13.1, 0.13.0, 0.12.0, 0.11.0, 0.10.1, 0.10.0, 0.9.0, ...

Licenses: MIT, Apache-2.0
Links:
  GitHub: https://github.com/rusterlium/html5ever_elixir
$ mix hex.info fs
FS Native Listener (Mac Windows Linux)

Config: {:fs, "~> 8.6"}
Releases: 8.6.1, 8.6.0, 7.11.0, 6.12.0, 6.9.0, 6.1.1, 4.10.1, 4.10.0, ...

Licenses: ISC
Links:
  Github: https://github.com/synrc/fs
$ mix hex.info finch
An HTTP client focused on performance.

Config: {:finch, "~> 0.14.0"}
Releases: 0.14.0, 0.13.0, 0.12.0, 0.11.0, 0.10.2, 0.10.1, 0.10.0, 0.9.1, ...

Licenses: MIT
Links:
  Changelog: https://hexdocs.pm/finch/changelog.html
  GitHub: https://github.com/sneako/finch
$ mix hex.info gen_stage
Producer and consumer actors with back-pressure for Elixir

Config: {:gen_stage, "~> 1.1"}
Releases: 1.1.2, 1.1.1, 1.1.0, 1.0.0, 0.14.3, 0.14.2, 0.14.1, 0.14.0, ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/elixir-lang/gen_stage
$ mix hex.info nx
Multi-dimensional arrays (tensors) and numerical definitions for Elixir

Config: {:nx, "~> 0.4.1"}
Releases: 0.4.1, 0.4.0, 0.3.0, 0.2.1, 0.2.0, 0.1.0

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/elixir-nx/nx
$ mix hex.info exla
Google's XLA (Accelerated Linear Algebra) compiler/backend for Nx

Config: {:exla, "~> 0.4.1"}
Releases: 0.4.1, 0.4.0, 0.3.0, 0.2.3, 0.2.2, 0.2.1, 0.2.0

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/elixir-nx/nx
$ mix hex.info bypass
Bypass provides a quick way to create a custom plug that can be put in place instead of an
actual HTTP server to return prebaked responses to client requests. This is helpful when you
want to create a mock HTTP server and test how your HTTP client handles different types of
server responses.

Config: {:bypass, "~> 2.1"}
Releases: 2.1.0, 2.1.0-rc.0, 2.0.0, 1.0.0, 0.9.0, 0.8.1, 0.8.0, 0.7.0, ...

Licenses: MIT
Links:
  Changelog: https://github.com/PSPDFKit-labs/bypass/blob/master/CHANGELOG.md
  GitHub: https://github.com/PSPDFKit-labs/bypass
  PSPDFKit: https://pspdfkit.com
$ mix hex.info req
Req is a batteries-included HTTP client for Elixir.

Config: {:req, "~> 0.3.3"}
Releases: 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.2, 0.2.1, 0.2.0, 0.1.2, ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/wojtekmach/req
$ mix hex.info benchee
Versatile (micro) benchmarking that is extensible. Get statistics such as:
average, iterations per second, standard deviation and the median.

Config: {:benchee, "~> 1.1"}
Releases: 1.1.0, 1.0.1, 1.0.0, 0.99.0, 0.14.0, 0.13.2, 0.13.1, 0.13.0, ...

Licenses: MIT
Links:
  Blog posts: https://pragtob.wordpress.com/tag/benchee/
  Changelog: https://hexdocs.pm/benchee/changelog.html
  GitHub: https://github.com/bencheeorg/benchee
$ mix hex.info type_check
Fast and flexible runtime type-checking: Type checks are optimized by the compiler and types can be composed, re-used and turned into property-testing generators. TypeCheck also focuses on showing understandable messages on typecheck-failures.

Config: {:type_check, "~> 0.13.2"}
Releases: 0.13.2, 0.13.1, 0.12.4, 0.12.3, 0.12.2, 0.12.1, 0.12.0, 0.11.0, ...

Licenses: MIT
Links:
  GitHub: https://github.com/Qqwy/elixir-type_check
$ mix hex.info phoenix
Peace of mind from prototype to production

Config: {:phoenix, "~> 1.6"}
Releases: 1.7.0-rc.0, 1.6.15, 1.6.14, 1.6.13, 1.6.12, 1.6.11, 1.6.10, 1.6.9, ...

Licenses: MIT
Links:
  GitHub: https://github.com/phoenixframework/phoenix
$ mix hex.info phoenix_live_view
Rich, real-time user experiences with server-rendered HTML

Config: {:phoenix_live_view, "~> 0.18.3"}
Releases: 0.18.3, 0.18.2, 0.18.1, 0.18.0, 0.17.12, 0.17.11, 0.17.10, 0.17.9, ...

Licenses: MIT
Links:
  Changelog: https://hexdocs.pm/phoenix_live_view/changelog.html
  GitHub: https://github.com/phoenixframework/phoenix_live_view
$ mix hex.info decimal
Arbitrary precision decimal arithmetic.

Config: {:decimal, "~> 2.0"}
Releases: 2.0.0, 2.0.0-rc.0, 1.9.0, 1.9.0-rc.0, 1.8.1, 1.8.0, 1.7.0, 1.6.0, ...

Licenses: Apache-2.0
Links:
  GitHub: https://github.com/ericmj/decimal
$ mix hex.info cubdb
A pure-Elixir embedded key-value database

Config: {:cubdb, "~> 2.0"}
Releases: 2.0.2, 2.0.1, 2.0.0, 2.0.0-rc.1, 1.1.0, 1.0.0, 1.0.0-rc.10, 1.0.0-rc.9, ...

Licenses: Apache-2.0
Links:
  Changelog: https://hexdocs.pm/cubdb/changelog.html
  GitHub: https://github.com/lucaong/cubdb



以上。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?