{"id":18271689,"url":"https://github.com/psychs/cocoaoniguruma","last_synced_at":"2026-02-23T19:31:45.373Z","repository":{"id":397859,"uuid":"15983","full_name":"psychs/cocoaoniguruma","owner":"psychs","description":"Objective-C binding of Oniguruma regular expression engine","archived":false,"fork":false,"pushed_at":"2016-04-26T21:39:34.000Z","size":1262,"stargazers_count":84,"open_issues_count":2,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-15T11:00:26.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://limechat.net/cocoaoniguruma/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psychs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-05-11T09:05:31.000Z","updated_at":"2022-01-29T10:53:30.000Z","dependencies_parsed_at":"2022-07-18T03:16:49.428Z","dependency_job_id":null,"html_url":"https://github.com/psychs/cocoaoniguruma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychs%2Fcocoaoniguruma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychs%2Fcocoaoniguruma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychs%2Fcocoaoniguruma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychs%2Fcocoaoniguruma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psychs","download_url":"https://codeload.github.com/psychs/cocoaoniguruma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279239,"owners_count":20912850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:39:27.419Z","updated_at":"2025-10-23T09:47:45.178Z","avatar_url":"https://github.com/psychs.png","language":"C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# CocoaOniguruma\n\nCocoaOniguruma is an Objective-C binding of Oniguruma regular expression engine. It's simple and tiny compared to the other bindings.\n\nIt supports iOS 4+ and Mac OS X 10.6+ on both ARC and non ARC environments.\n\n## How to use\n\nCocoaOniguruma is provided as assorted source files primarily.\nFollow the steps to use CocoaOniguruma in your project.\n\n1. Copy \"framework/core\" directory into your project directory with name \"CocoaOniguruma\".\n2. Open your project by Xcode.\n3. Add all .h, .c and .m files under \"Classes\".\n4. Import the header file, so you can use CocoaOniguruma.\n\n\u003cpre\u003e\u003ccode\u003e#import \"OnigRegexp.h\"\u003c/code\u003e\u003c/pre\u003e\n\n## How to use as a Framework\n\n1. Open CocoaOniguruma.xcodeproj by Xcode.\n2. Select \"CocoaOniguruma\" for Active Target and \"Release\" for Active Build Configuration.\n3. Build it.\n4. Copy \"build/Release/CocoaOniguruma.framework\" into your project directory.\n5. Open your project by Xcode.\n6. Add the framework to your project under \"Frameworks\".\n7. Open \"Targets\" in the project tree.\n8. Right click on the application target to open context menu and add a \"New Copy Files Build Phase\".\n9. Drag \"CocoaOniguruma.framework\" into the new \"Copy Files\" phase.\n10. Import the header file, so you can use CocoaOniguruma.\n\n\u003cpre\u003e\u003ccode\u003e#import \"CocoaOniguruma/OnigRegexp.h\"\u003c/code\u003e\u003c/pre\u003e\n\n## The Author\n\n* Satoshi Nakagawa\n* http://github.com/psychs\n* http://limechat.net/psychs/\n* #limechat on irc.freenode.net\n\n## Thanks\n\nThe specifications and implementations of split and replace functions are based on ruby.\nThanks to Matz.\n\n## License\n\nCocoaOniguruma contains a part of Oniguruma 5.9.2 source code currently.\nSee also the Oniguruma's COPYING file.\n\n\u003cpre\u003e\nThe New BSD License\n\nCopyright (c) 2008-2012  Satoshi Nakagawa  \u003cpsychs AT limechat DOT net\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsychs%2Fcocoaoniguruma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsychs%2Fcocoaoniguruma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsychs%2Fcocoaoniguruma/lists"}