package arp

  1. Overview
  2. Docs
Address Resolution Protocol purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

arp-3.1.0.tbz
sha256=83f684869b9f41cc92fef0ad2a4d19d6c61a60d466405699f6b4e9f45e27ab9e
sha512=aab7c0f0ebbd4dfb47a2c3527568d2714d5fe9c2d744c0e71172a977cd41160c439af2daa478ca70efc201243068bf3fba6471b85563150752efd632b2aec664

LICENSE.md.html

LICENSE.md

(*

  • Copyright (c) 2016 Hannes Mehnert hannes@mehnert.org

  • Portions copyright to MirageOS team under ISC license:

  • src/arp_packet.ml mirage/arpv4.mli mirage/arpv4.ml

  • Permission to use, copy, modify, and distribute this software for any

  • purpose with or without fee is hereby granted, provided that the above

  • copyright notice and this permission notice appear in all copies.

  • THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

  • WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF

  • MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR

  • ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES

  • WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN

  • ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF

  • OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

*)