Browse Source

Remove packages that use the apps/ structure

They cannot be used as dependencies directly.
Loïc Hoguin 2 years ago
parent
commit
52492e6744
2 changed files with 0 additions and 14 deletions
  1. 0 7
      index/antidote.mk
  2. 0 7
      index/rebar.mk

+ 0 - 7
index/antidote.mk

@@ -1,7 +0,0 @@
-PACKAGES += antidote
-pkg_antidote_name = antidote
-pkg_antidote_description = Large-scale computation without synchronisation
-pkg_antidote_homepage = https://syncfree.lip6.fr/
-pkg_antidote_fetch = git
-pkg_antidote_repo = https://github.com/SyncFree/antidote
-pkg_antidote_commit = master

+ 0 - 7
index/rebar.mk

@@ -1,7 +0,0 @@
-PACKAGES += rebar
-pkg_rebar_name = rebar
-pkg_rebar_description = Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
-pkg_rebar_homepage = http://www.rebar3.org
-pkg_rebar_fetch = git
-pkg_rebar_repo = https://github.com/erlang/rebar3
-pkg_rebar_commit = main