ocaml-domain-name
RFC 1035 Internet domain name data structure and parser
Parses and constructs RFC compliant domain names. The invariants on the length of domain names are preserved throughout the module.
- Versions: 0.4.0
- Website: https://github.com/hannesm/domain-name
- Licenses: ISC
- Package source: gnu/packages/ocaml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ocaml-domain-name
as follows:
guix install ocaml-domain-name
Or install a particular version:
guix install ocaml-domain-name@0.4.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of ocaml-domain-name about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ocaml-domain-name'><img src='https://packages.guix.gnu.org/packages/ocaml-domain-name/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ocaml-domain-name/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ocaml-domain-name)
Example Org:
[[https://packages.guix.gnu.org/packages/ocaml-domain-name][https://packages.guix.gnu.org/packages/ocaml-domain-name/badges/latest-version.svg]]