diff options
author | Loïc Hoguin <[email protected]> | 2023-05-10 12:44:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-05-10 12:44:48 +0200 |
commit | 5e04cbde8849cc0874461690dba9af1f2de37933 (patch) | |
tree | a0096d0f36a86b21d9cd7fd6d594c37d3edfbbc3 /index/ucol_nif.mk | |
parent | 52492e67440e4cf7c00ff0dd892cd911b366ce2f (diff) | |
download | erlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.tar.gz erlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.tar.bz2 erlang.mk-5e04cbde8849cc0874461690dba9af1f2de37933.zip |
Remove packages that look unmaintained and fail to compile
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.
Diffstat (limited to 'index/ucol_nif.mk')
-rw-r--r-- | index/ucol_nif.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/index/ucol_nif.mk b/index/ucol_nif.mk deleted file mode 100644 index 0dd1148..0000000 --- a/index/ucol_nif.mk +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGES += ucol_nif -pkg_ucol_nif_name = ucol_nif -pkg_ucol_nif_description = ICU based collation Erlang module -pkg_ucol_nif_homepage = https://github.com/refuge/ucol_nif -pkg_ucol_nif_fetch = git -pkg_ucol_nif_repo = https://github.com/refuge/ucol_nif -pkg_ucol_nif_commit = master |