From 1c83671bd6e4d9869600036fdf35654a5713e33c Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 2 Sep 2009 20:18:24 -0700 Subject: [PATCH] Oniguruma formula Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object can be specified. --- Formula/oniguruma.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/oniguruma.rb diff --git a/Formula/oniguruma.rb b/Formula/oniguruma.rb new file mode 100644 index 0000000000..103bacc301 --- /dev/null +++ b/Formula/oniguruma.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Oniguruma