Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pocketberserker/diff.match.patch


https://github.com/pocketberserker/diff.match.patch

diff fsharp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Diff.Match.Patch for FSharp

[![NuGet Status](http://img.shields.io/nuget/v/Diff.Match.Patch.svg?style=flat)](https://www.nuget.org/packages/Diff.Match.Patch/)

This project is a port of google-diff-match-patch.

# Copyright and License

The original Google Diff, Match and Patch Library is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
The full terms of that license are included here in the `APACHE-LICENSE-2.0` file.

Diff, Match and Patch Library

Written by Neil Fraser
Copyright (c) 2006 Google Inc.

This F# version of Diff, Match and Patch Library is licensed under
the [MIT License](http://www.opensource.org/licenses/MIT) which is included here in the `LICENSE` file.