aboutsummaryrefslogtreecommitdiffstats
path: root/index
AgeCommit message (Collapse)Author
2023-05-12Fix typosKian-Meng Ang
2023-05-10Remove packages that look unmaintained and fail to compileLoïc Hoguin
These are all fairly low risk because they haven't compiled for a while. A small number seem maintained in a fork and have a hex.pm entry that is maintained. The others are likely not used by anyone or only by users stuck on very old Erlang versions.
2023-05-10Remove packages that use the apps/ structureLoïc Hoguin
They cannot be used as dependencies directly.
2023-05-04Add package re2 to the indexLoïc Hoguin
2023-05-04Remove rabbit/amqp_client packages and patchesLoïc Hoguin
We expect users to fetch these projects from hex.pm now and the packages no longer worked.
2023-05-04Remove more obsolete/unmaintained packagesLoïc Hoguin
These packages were noted as being obsolete in the description on GitHub.
2023-05-04Update package branches and in some cases URLsLoïc Hoguin
Most of them went master->main. Some went master->develop.
2023-05-04Remove packages explicitly unmaintained or deletedLoïc Hoguin
The packages either no longer have a project page on GitHub (in some cases the users were deleted) or the users have archived the projects and they no longer compile. The packages from jj1bdx removed in this commit were integrated in the 'rand' module found in the OTP distribution.
2022-05-31Point Relx back to upstreamLoïc Hoguin
All PRs have been merged.
2022-04-28Fix core-autopatch-two-rebar testLoïc Hoguin
Mochiweb has moved from master to main branch.
2022-04-27Upgrade to Relx 4 which is now used as a libraryLoïc Hoguin
2020-12-04Update canonical cuttlefish package locationLuke Bakken
https://github.com/Kyorai/cuttlefish
2020-11-30Update mysql-otp version to 1.7.0juhlig
2020-08-18Update jsx master -> main branch repositoryJean Chassoul
2020-04-13Add plugin esh.mk to the index/documentationcrownedgrouse
2020-02-11Add package partisan to the indexLoïc Hoguin
2020-02-08Add package prometheus to the indexLoïc Hoguin
2020-01-03Add mysql-otp to the indexjuhlig
2020-01-03Remove package mysqljuhlig
2019-09-26updated repo and homepage for elliMartin Björklund
2019-03-02Add package gen_leader to the indexStephane Bourque
2019-03-02Add package gen_rpc to the indexStephane Bourque
2018-12-29Add package PGO to indexThomas Elsgaard
2018-11-30Support Elixir as a dependency via ELIXIR_PATCH=1Loïc Hoguin
For example: DEPS = elixir ELIXIR_PATCH = 1 include erlang.mk A language test suite will soon be added with a test for this.
2018-06-21Update bcrypt repository2018.06.21Benjamin Bergia
2018-06-04Update triq urlsTuncer Ayaz
2018-04-25Add package otpbp to the indexLoïc Hoguin
2018-03-28Add package observer_cli to the indexLoïc Hoguin
2017-12-16Add package grpc_client to the indexwillemdj
2017-12-16Add package grpc to the indexwillemdj
2017-12-16Remove classifier, dtl and gossiperlLoïc Hoguin
The first two are gone, the latter depends on a dependency that's gone and the project hasn't been maintained for 3 years.
2017-10-06Add package escalus to the indexOlivier Girondel
2017-10-04Add package subproc to the indexStanislaw Klekot
2017-08-23Make Triq plugin pick tests from $(TEST_DIR)Krzysztof Jurewicz
This commit also changes Triq repository in package index to point to the leading fork. The original repository doesn’t work in Erlang 20.
2017-06-08Update lager repository org.Daniil Fedotov
basho/lager is unmaintained. A while ago, erlang-lager/lager project was started to continue progress on lager, including support for recent OTP versions and rebar3.
2017-05-22Add package idna to the indexLoïc Hoguin
2017-05-10Add package toml to the indexStanislaw Klekot
2016-10-31Add package asciideck to the indexLoïc Hoguin
2016-10-18Fix erlexec application nameAdam Cammack
erlexec now requires that particular name in order to successfully boot.
2016-10-04add snappyer to indexZaiming Shi
2016-09-04Fix chumak versionLoïc Hoguin
1.1.1 didn't exist, so I put master for now.
2016-09-03Delete erlangzmq.mkAndriy Drozdyuk
2016-09-03Add package chumak to the indexAndriy Drozdyuk
2016-07-30Add package erlangzmq to the indexAndriy Drozdyuk
2016-06-08Fix rust.mk package info.Daniel Goertzen
2016-06-06Add Rust plugin and helper library to indexDaniel Goertzen
2016-05-03Update syn.mkRoberto Ostinelli
2016-04-22Add package zabbix_sender to the indexantik486
2016-04-03Use branches for all packagesLoïc Hoguin
This is a first step toward semi-automated version management. Cowboy, Cowlib and Ranch still use tags for the time being. We can make a better update to those when there's a lock feature added.
2016-03-18Use the develop branchAleksandar Radulovic
Basho uses the develop branch (not master) and that one is most up-to-date