Popularity
2.8
Stable
Activity
0.0
Stable
0
3
0
Monthly Downloads: 12
Programming language: Haskell
License: MIT License
Latest version: v0.0.7
warped alternatives and similar packages
Based on the "network" category.
Alternatively, view warped alternatives based on common mentions on social networks and blogs.
-
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
resolv
Domain Name Service (DNS) lookup via the libresolv standard library routines -
network-data
Network data structures in Haskell (IP, UDP, TCP headers, etc) -
windns
Domain Name Service (DNS) lookup via the Windows dnsapi standard library -
hatexmpp3
XMPP client with synthetic filesystem (9P) and (optional) graphical (GTK3) interfaces -
LDAPv3
Lightweight Directory Access Protocol V3 (LDAPv3) RFC4511 implementation -
hsendxmpp
sendxmpp clone and drop-in replacement, sending XMPP messages via CLI -
transient-universe-tls
Secure communications for transient-universe -
iwlib
A binding to the iw library for getting info about the current WiFi connection. -
network-uri-lenses
lenses for http://hackage.haskell.org/package/network-uri -
network-simple-wss
Simple Haskell interface to TLS secured WebSockets -
google-oauth2-easy
📛 Easy Google Authentication integration - Authorization Code & Refresh Token
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of warped or a related project?
README
warped
Warped is a support library around WAI and the warp server.
Development
warped
has a shakefile/makefile to provide convience around building and testing:
# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error
# test the project
$ ./Shakefile.hs tests-error
# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests
# install the project's executables
$ ./Shakefile.hs install
# clean the project
$ ./Shakefile.hs clean
# lint the project source code
$ ./Shakefile.hs lint
# format the project source code
$ ./Shakefile.hs format
Dependencies
To build, install, run, and test warped
, the following dependencies may be required: