package-sets VS my_dep

Compare package-sets vs my_dep and see what are their differences.

package-sets

A curated list of PureScript packages for the Erlang backend (by purerl)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
package-sets my_dep
1 2
10 -
- -
10.0 -
almost 2 years ago -
Dhall
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

package-sets

Posts with mentions or reviews of package-sets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • purerl - Integrating PureScript into Elixir projects
    6 projects | dev.to | 11 Jan 2023
    diff --git a/packages.dhall b/packages.dhall index e13009d..28bcb0c 100644 --- a/packages.dhall +++ b/packages.dhall @@ -99,7 +99,6 @@ in upstream ------------------------------- -} let upstream = - https://github.com/purescript/package-sets/releases/download/psc-0.15.3-20220712/packages.dhall - sha256:ffc496e19c93f211b990f52e63e8c16f31273d4369dbae37c7cf6ea852d4442f + https://github.com/purerl/package-sets/releases/download/erl-0.15.3-20220629/packages.dhall in upstream

my_dep

Posts with mentions or reviews of my_dep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • purerl - Integrating PureScript into Elixir projects
    6 projects | dev.to | 11 Jan 2023
    diff --git a/mix.exs b/mix.exs index 6ba9745..657162c 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,9 @@ defmodule PurerlUpAndRunning.MixProject do version: "0.1.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, - deps: deps() + deps: deps(), + compilers: [:purerl] ++ Mix.compilers(), + erlc_paths: ["output"] ] end @@ -21,6 +23,7 @@ defmodule PurerlUpAndRunning.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ + {:purerlex, "~> 0.4.2"} # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} ]
  • แงะ ex_aws_s3 ไลบรารี่สำหรับใช้งาน AWS S3 ผ่าน Elixir ว่ามันได้ response แบบไหนกันแน่
    1 project | dev.to | 1 Mar 2021
    {:ok, %{ body: "defmodule S3Example.MixProject do\n use Mix.Project\n\n def project do\n [\n app: :s3_example,\n version: \"0.1.0\",\n elixir: \"~> 1.11\",\n start_permanent: Mix.env() == :prod,\n deps: deps()\n ]\n end\n\n # Run \"mix help compile.app\" to learn about applications.\n def application do\n [\n extra_applications: [:logger]\n ]\n end\n\n # Run \"mix help deps\" to learn about dependencies.\n defp deps do\n [\n {:ex_aws, \"~> 2.1\"},\n {:ex_aws_s3, \"~> 2.1\"},\n {:hackney, \"~> 1.9\"},\n {:jason, \"~> 1.2\"},\n {:sweet_xml, \"~> 0.6\"}\n # {:dep_from_hexpm, \"~> 0.3.0\"},\n # {:dep_from_git, git: \"https://github.com/elixir-lang/my_dep.git\", tag: \"0.1.0\"}\n ]\n end\nend\n", headers: [ {"Accept-Ranges", "bytes"}, {"Content-Length", "717"}, {"Content-Security-Policy", "block-all-mixed-content"}, {"Content-Type", "application/octet-stream"}, {"ETag", "\"5ca9425fced3f0bc1670a8f1fccbe29d-1\""}, {"Last-Modified", "Mon, 01 Mar 2021 15:12:06 GMT"}, {"Server", "MinIO"}, {"Vary", "Origin"}, {"X-Amz-Request-Id", "166840A6DA0B6B08"}, {"X-Xss-Protection", "1; mode=block"}, {"Date", "Mon, 01 Mar 2021 15:12:31 GMT"} ], status_code: 200 }}

What are some alternatives?

When comparing package-sets and my_dep you can also consider the following projects:

purerl - Erlang backend for the PureScript compiler

package-sets - PureScript packages for Spago and Psc-Package

purescript - A strongly-typed language that compiles to JavaScript

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more