Rockspec for lrexlib version 2.7.1 attached.
external_dependencies = {
  GNU = {
    header = "regex.h",
  },
}
dependencies = {
  "lua >= 5.1",
}
description = {
  license = "MIT/X11",
  detailed = "      Lrexlib is a regular expression library for Lua 5.1 and 
5.2, which\
      provides bindings for several regular expression libraries.\
      This rock provides the GNU bindings.\
    ",
  homepage = "http://github.com/rrthomas/lrexlib";,
  summary = "Regular expression library binding (GNU flavour).",
}
source = {
  url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.1.zip";,
  md5 = "0a6ac1dfdf17e10a0be6688d1cddf47f",
}
build = {
  type = "builtin",
  modules = {
    rex_gnu = {
      sources = {
        "src/common.c",
        "src/gnu/lgnu.c",
      },
      defines = {
        "VERSION=\"2.7.1\"",
      },
    },
  },
}
version = "2.7.1-1"
package = "Lrexlib-GNU"
external_dependencies = {
  ONIG = {
    library = "onig",
    header = "oniguruma.h",
  },
}
dependencies = {
  "lua >= 5.1",
}
description = {
  license = "MIT/X11",
  detailed = "      Lrexlib is a regular expression library for Lua 5.1 and 
5.2, which\
      provides bindings for several regular expression libraries.\
      This rock provides the oniguruma bindings.\
    ",
  homepage = "http://github.com/rrthomas/lrexlib";,
  summary = "Regular expression library binding (oniguruma flavour).",
}
source = {
  url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.1.zip";,
  md5 = "0a6ac1dfdf17e10a0be6688d1cddf47f",
}
build = {
  type = "builtin",
  modules = {
    rex_onig = {
      libdirs = {
        "$(ONIG_LIBDIR)",
      },
      incdirs = {
        "$(ONIG_INCDIR)",
      },
      defines = {
        "VERSION=\"2.7.1\"",
      },
      sources = {
        "src/common.c",
        "src/oniguruma/lonig.c",
        "src/oniguruma/lonig_f.c",
      },
      libraries = {
        "onig",
      },
    },
  },
}
version = "2.7.1-1"
package = "Lrexlib-oniguruma"
external_dependencies = {
  PCRE = {
    library = "pcre",
    header = "pcre.h",
  },
}
dependencies = {
  "lua >= 5.1",
}
description = {
  license = "MIT/X11",
  detailed = "      Lrexlib is a regular expression library for Lua 5.1 and 
5.2, which\
      provides bindings for several regular expression libraries.\
      This rock provides the PCRE bindings.\
    ",
  homepage = "http://github.com/rrthomas/lrexlib";,
  summary = "Regular expression library binding (PCRE flavour).",
}
source = {
  url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.1.zip";,
  md5 = "0a6ac1dfdf17e10a0be6688d1cddf47f",
}
build = {
  type = "builtin",
  modules = {
    rex_pcre = {
      libdirs = {
        "$(PCRE_LIBDIR)",
      },
      incdirs = {
        "$(PCRE_INCDIR)",
      },
      defines = {
        "VERSION=\"2.7.1\"",
      },
      sources = {
        "src/common.c",
        "src/pcre/lpcre.c",
        "src/pcre/lpcre_f.c",
      },
      libraries = {
        "pcre",
      },
    },
  },
}
version = "2.7.1-1"
package = "Lrexlib-PCRE"
external_dependencies = {
  POSIX = {
    header = "regex.h",
  },
}
dependencies = {
  "lua >= 5.1",
}
description = {
  license = "MIT/X11",
  detailed = "      Lrexlib is a regular expression library for Lua 5.1 and 
5.2, which\
      provides bindings for several regular expression libraries.\
      This rock provides the POSIX bindings.\
    ",
  homepage = "http://github.com/rrthomas/lrexlib";,
  summary = "Regular expression library binding (POSIX flavour).",
}
source = {
  url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.1.zip";,
  md5 = "0a6ac1dfdf17e10a0be6688d1cddf47f",
}
build = {
  type = "builtin",
  modules = {
    rex_posix = {
      sources = {
        "src/common.c",
        "src/posix/lposix.c",
      },
      defines = {
        "VERSION=\"2.7.1\"",
      },
    },
  },
}
version = "2.7.1-1"
package = "Lrexlib-POSIX"
external_dependencies = {
  TRE = {
    library = "tre",
    header = "tre/tre.h",
  },
}
dependencies = {
  "lua >= 5.1",
}
description = {
  license = "MIT/X11",
  detailed = "      Lrexlib is a regular expression library for Lua 5.1 and 
5.2, which\
      provides bindings for several regular expression libraries.\
      This rock provides the TRE bindings.\
    ",
  homepage = "http://github.com/rrthomas/lrexlib";,
  summary = "Regular expression library binding (TRE flavour).",
}
source = {
  url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.1.zip";,
  md5 = "0a6ac1dfdf17e10a0be6688d1cddf47f",
}
build = {
  type = "builtin",
  modules = {
    rex_tre = {
      libdirs = {
        "$(TRE_LIBDIR)",
      },
      incdirs = {
        "$(TRE_INCDIR)",
      },
      defines = {
        "VERSION=\"2.7.1\"",
      },
      sources = {
        "src/common.c",
        "src/tre/ltre.c",
      },
      libraries = {
        "tre",
      },
    },
  },
}
version = "2.7.1-1"
package = "Lrexlib-TRE"
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to