An open API service indexing awesome lists of open source software.

https://github.com/laschuet/differencesbase.jl

Types and utility functions for differences
https://github.com/laschuet/differencesbase.jl

julia

Last synced: 5 months ago
JSON representation

Types and utility functions for differences

Awesome Lists containing this project

README

          

# DifferencesBase.jl

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/laschuet/DifferencesBase.jl/blob/master/LICENSE.txt)
[![build status](https://travis-ci.com/laschuet/DifferencesBase.jl.svg?branch=master)](https://travis-ci.com/laschuet/DifferencesBase.jl)
[![build status](https://ci.appveyor.com/api/projects/status/0xk1rnv9jxys0a0n/branch/master?svg=true)](https://ci.appveyor.com/project/laschuet/differencesbase-jl/branch/master)
[![coveralls status](https://coveralls.io/repos/github/laschuet/DifferencesBase.jl/badge.svg?branch=master)](https://coveralls.io/github/laschuet/DifferencesBase.jl?branch=master)
[![codecov status](https://codecov.io/gh/laschuet/DifferencesBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/laschuet/DifferencesBase.jl)

Types and utility functions for differences.

## Installation

Open a Julia REPL and enter

```julia
] add DifferencesBase
```

## License

DifferencesBase.jl is licensed under the [MIT License](./LICENSE.txt).