package domain-name

  1. Overview
  2. Docs
[RFC 1035](https://tools.ietf.org/html/rfc1035) Internet domain names

Install

Dune Dependency

Authors

Maintainers

Sources

domain-name-0.1.1.tbz
md5=31508a8fbc2498b40b8315731bb5e486

CHANGES.md.html

0.1.1 (2018-07-07)

  • to_string and to_strings now have an optional labeled trailing argument of type bool

  • support for FQDN with trailing dot: of_string "example.com." now returns Ok, and is equal to of_string "example.com"

  • fix and add tests for drop_labels and drop_labels_exn, where the semantics of the labeled back argument was inversed.

0.1.0 (2018-06-26)

  • Initial release