File: README.md

package info (click to toggle)
ring-codec-clojure 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 22; sh: 7
file content (22 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ring-Codec

[![Build Status](https://travis-ci.org/ring-clojure/ring-codec.svg?branch=master)](https://travis-ci.org/ring-clojure/ring-codec)

Functions for encoding and decoding data into formats commonly used in
web applications.

## Installation

To install, add the following to your project `:dependencies`:

    [ring/ring-codec "1.2.0"]

## Documentation

* [API Docs](http://ring-clojure.github.io/ring-codec/ring.util.codec.html)

## License

Copyright © 2021 James Reeves

Distributed under the MIT License, the same as Ring.