summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2014-02-19 12:31:19 +0100
committerPeter Drahoš <drahosp@gmail.com>2014-02-19 12:31:19 +0100
commitd416eed4dea30525e141cf893d9b1b963e73098d (patch)
treeb28c021c5497336d35c1085315803f186707fa98
parent467d3837ccc57dd301c279d52801ba80cfa94405 (diff)
downloadlua-d416eed4dea30525e141cf893d9b1b963e73098d.tar.gz
Added provide entry for bit32
-rw-r--r--dist.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist.info b/dist.info
index 57416d9..5614eca 100644
--- a/dist.info
+++ b/dist.info
@@ -8,3 +8,8 @@ author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo"
license = "MIT/X11"
url = "http://www.lua.org"
maintainer = "Peter Drahoš"
+
+-- Offers functionality of the following packages
+provides = {
+ "bit32-5.2.0"
+}