Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
uWSGI / plugins / mongodb / plugin.c
Size: Mime:
#include <uwsgi.h>

/*

a fake plugin used for preloading mongodb library when only available as static.

*/

struct uwsgi_plugin mongodb_plugin = {
	.name = "mongodb",
};