package domain_shims

  1. Overview
  2. Docs
A non-parallel implementation of Domains compatible with OCaml 4

Install

Dune Dependency

Authors

Maintainers

Sources

domain-shims-0.1.0.tar.gz
sha256=0867711591fa72a56a26a471a864f09f607212571ea0851cb4c07ee7f1304d31
sha512=aef52e40ce48623a4679116d4f1008e333ef28ed4dee81a30dd3e5858745bde2d5045b89add71090282c281578b9b90cc7730253490e0fef00074ee78d36dbef

LICENSE.html

LICENSE

This software library includes domain.mli, an interface file from the
OCaml compiler distribution, which is licensed under the LGPL with
a linking exception. It does not, on the other hand, include any
implementation covered under this license, and the domain.mli file is
there for documentation purposes mostly and is not strictly necessary
to use the software: any software using the present library would
still work with domain.mli removed.

The rest of the code in the present package is licensed under the MIT
license, included below.

----

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.