Skip to content

Commit 7052d8e

Browse files
committed
[new release] domain-name (0.4.1)
CHANGES: * handle root specially for encoding and decoding (hannesm/domain-name#12 @reynir)
1 parent f0a5130 commit 7052d8e

File tree

1 file changed

+37
-0
lines changed
  • packages/domain-name/domain-name.0.4.1

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
maintainer: "Hannes Mehnert <[email protected]>"
3+
authors: "Hannes Mehnert <[email protected]>"
4+
license: "ISC"
5+
homepage: "https://github.com/hannesm/domain-name"
6+
doc: "https://hannesm.github.io/domain-name/doc"
7+
bug-reports: "https://github.com/hannesm/domain-name/issues"
8+
depends: [
9+
"ocaml" {>= "4.04.2"}
10+
"dune" {>= "1.0"}
11+
"alcotest" {with-test}
12+
]
13+
build: [
14+
["dune" "subst"] {dev}
15+
["dune" "build" "-p" name "-j" jobs]
16+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
17+
]
18+
dev-repo: "git+https://github.com/hannesm/domain-name.git"
19+
synopsis: "RFC 1035 Internet domain names"
20+
description: """
21+
A domain name is a sequence of labels separated by dots, such as `foo.example`.
22+
Each label may contain any bytes. The length of each label may not exceed 63
23+
charactes. The total length of a domain name is limited to 253 (byte
24+
representation is 255), but other protocols (such as SMTP) may apply even
25+
smaller limits. A domain name label is case preserving, comparison is done in a
26+
case insensitive manner.
27+
"""
28+
x-maintenance-intent: [ "(latest)" ]
29+
url {
30+
src:
31+
"https://github.com/hannesm/domain-name/releases/download/v0.4.1/domain-name-0.4.1.tbz"
32+
checksum: [
33+
"sha256=1dba32f35a7cd5cc8187d21e2cc21a0b667a645447a0eefe57afe3ca25bc4566"
34+
"sha512=6846998704d11a63756035ad6226cc4708c7c29b2327ca7ca279a174b8c1c403962801019cc5a0ce27474bb3c382ce878c19fd85f694fab4360f4969341f0656"
35+
]
36+
}
37+
x-commit-hash: "26c8a60f57d73e5f767ca8049dba29ca0a214d55"

0 commit comments

Comments
 (0)