blob: 734c16a8f539d5d3447968f0707a6bbf11dec80b [file] [log] [blame]
{
"name": "snowball",
"version": "2014.11.09",
"summary": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
"homepage": "http://snowball.tartarus.org",
"authors": [
"Martin Porter",
"Richard Boulton"
],
"license": {
"type": "BSD",
"text": "\tAll the software given out on this Snowball site is covered by the BSD License (see http://www.opensource.org/licenses/bsd-license.html ), with Copyright (c) 2001, Dr Martin Porter, and (for the Java developments) Copyright (c) 2002, Richard Boulton.\n\nEssentially, all this means is that you can do what you like with the code, except claim another Copyright for it, or claim that it is issued under a different license. The software is also issued without warranties, which means that if anyone suffers through its use, they cannot come back and sue you. You also have to alert anyone to whom you give the Snowball software to the fact that it is covered by the BSD license.\n\nWe have not bothered to insert the licensing arrangement into the text of the Snowball software.\"\n"
},
"source": {
"http": "http://snowball.tartarus.org/dist/libstemmer_c.tgz"
},
"prepare_command": "make",
"source_files": [
"libstemmer/libstemmer.c",
"libstemmer/modules.h",
"include/*.h",
"src_c/*.{h,c}",
"runtime/*.{h,c}"
],
"preserve_paths": [
"libstemmer/*",
"src_c/*"
],
"public_header_files": "include/*.h",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSNOWBALL_FRAMEWORK"
},
"requires_arc": false,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}