aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-04 14:57:20 +0200
committerLoïc Hoguin <[email protected]>2023-05-04 14:57:20 +0200
commit8c0711cc716e02f68391c38f3206cd304e0cc463 (patch)
tree3e486af641ba2849254ca695eaa94dea29c5ab06 /index
parent2f61a6cfc060cc2e88cf67a27516c9f4a9f97b1b (diff)
downloaderlang.mk-8c0711cc716e02f68391c38f3206cd304e0cc463.tar.gz
erlang.mk-8c0711cc716e02f68391c38f3206cd304e0cc463.tar.bz2
erlang.mk-8c0711cc716e02f68391c38f3206cd304e0cc463.zip
Add package re2 to the index
Diffstat (limited to 'index')
-rw-r--r--index/re2.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/index/re2.mk b/index/re2.mk
new file mode 100644
index 0000000..03c3f67
--- /dev/null
+++ b/index/re2.mk
@@ -0,0 +1,7 @@
+PACKAGES += re2
+pkg_re2_name = re2
+pkg_re2_description = Erlang NIF bindings for RE2 regex library
+pkg_re2_homepage = https://github.com/dukesoferl/re2
+pkg_re2_fetch = git
+pkg_re2_repo = https://github.com/dukesoferl/re2
+pkg_re2_commit = master