All Projects → guenchi → Raven

guenchi / Raven

Licence: mit
Raven is a Package Manager for Chez Scheme

Programming Languages

scheme
763 projects

Projects that are alternatives of or similar to Raven

Simple Php Router
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
Stars: ✭ 279 (+160.75%)
Mutual labels:  library, module
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (+33.64%)
Mutual labels:  library, package-manager
Nve
Run any command on specific Node.js versions
Stars: ✭ 531 (+396.26%)
Mutual labels:  library, package-manager
Gps
your dependencies have arrived
Stars: ✭ 275 (+157.01%)
Mutual labels:  library, package-manager
React Modern Library Boilerplate
Boilerplate for publishing modern React modules with Rollup
Stars: ✭ 285 (+166.36%)
Mutual labels:  library, module
Retry
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
Stars: ✭ 294 (+174.77%)
Mutual labels:  library, module
Breaker
🚧 Flexible mechanism to make execution flow interruptible.
Stars: ✭ 93 (-13.08%)
Mutual labels:  library, module
Pdfviewpager
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Stars: ✭ 1,508 (+1309.35%)
Mutual labels:  library
Unix Permissions
Swiss Army knife for Unix permissions
Stars: ✭ 106 (-0.93%)
Mutual labels:  library
Pacui
Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur/Pamac-cli functionality in a simple UI
Stars: ✭ 103 (-3.74%)
Mutual labels:  package-manager
Ruckzuck
software package manager for windows
Stars: ✭ 103 (-3.74%)
Mutual labels:  package-manager
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+1336.45%)
Mutual labels:  library
Tomorrowland
Lightweight Promises for Swift & Obj-C
Stars: ✭ 106 (-0.93%)
Mutual labels:  library
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (-2.8%)
Mutual labels:  library
Magentoextensions
Magento Extension Directory 1> Themes Switcher 2> Default Shipping On Cart 3> Upshare 4> Product Image Optimizer 5> Idealo Product Export 6> magento Google shopping Api v2 7>Google feed and facebook feed 8> Pdf upload in magento media wysiwyg 9> Product Image optimizer. If You want magento 2 extensions 1>Advance Layred Navigation(including SEO URL, Rating as filter, slider filter, Ajax Filtering), 2>Attribute Pages with SEO and Custom URL key(you can do all kind of seo on those pages with logos) 3>Improved Sorting (Enable users to view products by options as 'Best Sellers', 'Top Rated', 'Most Viewed' etc.) 4>Custom Stock Status(Add statuses to products automatically or manually, Create multiple custom stock statuses, Upload special icons for stock statuses) 5>Product Labels(Using this extension you can add any label to your produts on product page or category page) 6>Custom Order Number(Using this extension you can customize order, invoice, shippment, credit memo Number) 7>All type of file upload in Wysiwyg(pdf, zip, doc etc file upload in wysiwyg), 8>Infinite Scroll, 9>Multiple FlatRate Shipping, 10>Open Api,Google api for currency Rates, 11>Product Attribute's Description, 12>Store and Currency switcher according to Ip address Please Contact me and All those extensions are paid with installation and configuration are free support.
Stars: ✭ 106 (-0.93%)
Mutual labels:  module
Alchemy
A discord library for Elixir
Stars: ✭ 104 (-2.8%)
Mutual labels:  library
Rando Php
RandoPhp is a open source library that implements random generators (Integer, Char, Byte, Sequences, Boolean) and take random sample from arrays
Stars: ✭ 107 (+0%)
Mutual labels:  library
Instacam
Instant canvas video
Stars: ✭ 106 (-0.93%)
Mutual labels:  module
Tomo
Tomo is a collection of fast image processing effects for Android
Stars: ✭ 105 (-1.87%)
Mutual labels:  library
Central
Hoa is a modular, extensible, and structured set of PHP libraries.
Stars: ✭ 105 (-1.87%)
Mutual labels:  library

Raven

Raven is a Package Manager for Chez Scheme

Web Site

Manual

Packages List

package description only for Chez r6rs common pure Scheme C lib depenced
library
darkart foreign library call X X
srfi srfi X X
sufage srfi X X
core small procedures X X
slib X X
scheme-lib X X
web
igropyr http server X X
ballista web framwork X X X
catapult web framwork X X X
libra web framwork X X
json Json parser X X
chez-json Json parser X X
anb-json Json parser X X
jwt Json Web Token X X X
liber HTML parser X X
system
socket X X
libc X X
database
mysql X X
hash
base64 BASE64 X X
csha256 SHA256 hash X X
crypo
chs256 HMAC-SHA256 X X
compiler
nanopass compiler framwork X X
lalr LALR(1) parser X X
statistics
chez-stats statistics X X

the Raven libraries generally work fine on the R6RS implementation, except for some built on the c library which dependent on Chez Scheme's FFI.

Running project:

$ raven run example.sc

if you will run a project compiled:

$ export CHEZSCHEMELIBDIRS=.:lib:/usr/local/lib 
$ export CHEZSCHEMELIBEXTS=.chezscheme.sls::.chezscheme.so:.ss::.so:.sls::.so:.scm::.so:.sch::.so:.sc::.so
$ scheme exemple.so

The project Raven is supported by theschemer.org

The principal developers are: guenchi, chclock

Nota Bene: We recommend that the libraries for Raven files use .sc for distinguishing the libraries of r5rs / r7rs small.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].