Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pi Timolo | 494 | 7 months ago | 8 | mit | Python | |||||
Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software. | ||||||||||
Use Amd | 273 | 2 | 9 years ago | October 08, 2013 | JavaScript | |||||
An AMD plugin for consuming globally defined JavaScript. | ||||||||||
Vim Gista | 151 | 3 years ago | 4 | other | Vim script | |||||
An alternative gist.vim, vim plugin which manipulate gists in Vim. | ||||||||||
Drowaudio | 134 | 5 months ago | 4 | other | C++ | |||||
dRowAudio applications and plugins | ||||||||||
Php Js Css Minifier | 134 | 2 years ago | mit | PHP | ||||||
📉 PHP JS and CSS Minifier uses the APIs provided by Andy Chilton to minify you JS and CSS via PHP curl requests. | ||||||||||
Asdf Deno | 106 | 3 months ago | 9 | apache-2.0 | Shell | |||||
Deno plugin for the asdf version manager | ||||||||||
Backwpup | 76 | 7 months ago | 45 | gpl-2.0 | PHP | |||||
BackWPup - WordPress Backup Plugin | ||||||||||
Qplayer Typecho Plugin | 64 | 4 years ago | 7 | CSS | ||||||
简洁美观 の 悬浮Typecho音乐播放器插件 | ||||||||||
Http.upload | 56 | 2 years ago | 13 | June 14, 2021 | bsd-3-clause | Go | ||||
📤 Upload files to your web server using HTTP Methods | ||||||||||
Flutter_curl | 46 | 6 days ago | 4 | September 19, 2022 | 4 | mit | Dart | |||
Flutter plugin to use libcurl for HTTP calls |
Build and install perls.
This is similar to perl-build. While perl-build is written in perl, perl-install is written in shell script.
perl-install also provides plenv install
command.
git clone https://github.com/skaji/perl-install
If you want to use perl-install as a plenv plugin, then change the target directory:
git clone https://github.com/skaji/perl-install $(plenv root)/plugins/perl-install
Note that if you already have perl-build in your plenv plugin directory, then remove it first.
perl-install --help
Usage: perl-install [options] perl_version prefix
Options:
-A, -D, -U set perl configure options
-l, --list list stable perl versions, and exit
-L, --list-all list all perl versions, and exit
-j, --jobs set make --jobs option
-h, --help show this help
--version show perl-install's version
--man generate man pages
--nopatch do not apply Devel::PatchPerl
--test run test
--work-dir set work directory
Examples:
$ perl-install -l
$ perl-install latest ~/perl
$ perl-install 5.30.1 ~/perl
$ perl-install 5.30.1 ~/perl-shrplib -Duseithreads -Duseshrplib
To use perl-install, you need:
To build perl, you need:
This software is copyright (c) 2019 by Shoichi Kaji [email protected].
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.