arp

Address resolution protocol (ARP) implementation in OCaml targeting MirageOS

OTHER License

Stars
21
Committers
5

Bot releases are hidden (Show)

arp - 3.1.1 Latest Release

Published by hannesm 5 months ago

CHANGES:

  • Remove mirage-random and mirage-random-test dependency (#29 @hannesm)
  • Remove superfluous mirage-clock-unix and mirage-flow dependencies (#29 @hannesm)
  • Remove bisect-ppx dependency (#29 @hannesm)
arp - 3.1.0

Published by hannesm over 1 year ago

CHANGES:

  • Remove mirage-profile dependency (#28 @hannesm)
arp - 3.0.0

Published by hannesm almost 3 years ago

CHANGES:

  • Include Mirage_protocols.ARP module type directly, remove dependency on
    mirage-protocols (#27 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.3.2

Published by hannesm over 3 years ago

CHANGES:

  • Compatibility with alcotest 1.4.0 (#22 @CraigFE)
  • Minor updates for CI (#23 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.3.1

Published by hannesm almost 4 years ago

CHANGES:

  • Fix opam file to include mirage-profile dependency (#21 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.3.0

Published by hannesm almost 4 years ago

CHANGES:

  • Update to dune 2 (#19 @hannesm)
  • Merge opam packages into a single one (#20 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.2.1

Published by hannesm almost 5 years ago

CHANGES:

  • adapt to lwt 5.0.0 change (#18 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.2.0

Published by hannesm almost 5 years ago

CHANGES:

  • adapt to mirage-protocols 4.0.0 changes (#17 @hannesm)
arp - https://github.com/mirage/arp/releases/tag/v2.1.0

Published by hannesm over 5 years ago

CHANGES:

  • Update to ipaddr.4.0.0 interfaces (#16 @avsm)
arp - https://github.com/mirage/arp/releases/tag/v2.0.0

Published by hannesm over 5 years ago

CHANGES:

  • provide Arp_packet.size
  • Arp_handler API changes: return Arp_packet.t instead of Cstruct.t
  • adapt to ethernet 2.0.0 changes
arp - https://github.com/mirage/arp/releases/tag/v1.0.0

Published by avsm over 5 years ago

CHANGES:

  • split opam package into two separate ones: a core
    arp package and the arp-mirage implementation
    for MirageOS that has more dependencies. This
    eliminates the use of depopts that was done previously
    to build the Mirage layer. (#7 @avsm)

  • port build system to Dune (#7 @avsm). The make coverage
    and make bench targets will do the job of the previous
    topkg targets for those.

  • minor fixes to ocamldoc comments to be compatible with
    odoc.

  • use mirage-random and mirage-random-test instead of a
    nocrypto dependency in tests and bench (#7 @hannesm)

  • import tests from mirage-tcpip (#8 @hannesm)

  • depend on the ethernet opam package, no longer provided
    by tcpip >3.7.0 (#9 @hannesm)

arp - https://github.com/mirage/arp/releases/tag/0.2.3

Published by hannesm almost 6 years ago

0.2.3 (2019-01-04)

  • port to ipaddr 3.0.0
arp - https://github.com/mirage/arp/releases/tag/0.2.2

Published by hannesm about 6 years ago

0.2.2 (2018-08-25)

  • remove Arp_wire module, now integrated into Arp_packet
  • remove usage of ppx_cstruct
arp - https://github.com/mirage/arp/releases/tag/0.2.1

Published by hannesm over 6 years ago

0.2.1 (2018-05-06)

  • Avoid an initial gratitious ARP with Ipaddr.V4.any
arp - https://github.com/mirage/arp/releases/tag/0.2.0

Published by hannesm almost 8 years ago

0.2.0 (2017-01-17)

  • MirageOS3 support
  • Don't ship with -warn-error +A, use it only in ./build
  • Fix testsuite compilation on OCaml 4.02
  • Renamed Marp to Arpv4 (same as MirageOS ARP handler in tcpip)
arp - https://github.com/mirage/arp/releases/tag/0.1.1

Published by hannesm over 8 years ago

0.1.1 2016-07-13

Minor nits for topkg

arp -

Published by hannesm over 8 years ago

Package Rankings
Top 14.65% on Alpine-edge
Badges
Extracted from project README
Build Status