Skip to content

Commit 2559792

Browse files
authored
Merge pull request #28987 from dinosaure/release-coin-v0.1.5
[new release] coin (0.1.5)
2 parents 89927a0 + 06f1428 commit 2559792

File tree

1 file changed

+31
-0
lines changed
  • packages/coin/coin.0.1.5

1 file changed

+31
-0
lines changed

packages/coin/coin.0.1.5/opam

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4+
homepage: "https://github.com/mirage/coin"
5+
bug-reports: "https://github.com/mirage/coin/issues"
6+
dev-repo: "git+https://github.com/mirage/coin.git"
7+
doc: "https://mirage.github.io/coin/"
8+
license: "MIT"
9+
synopsis: "Mapper of KOI8-{U,R} to Unicode"
10+
description: """A simple mapper between KOI8-{U,R} to Unicode. Useful for
11+
a translation between KOI8-{U,R} and Unicode"""
12+
13+
build: [
14+
["dune" "build" "-p" name "-j" jobs]
15+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
16+
]
17+
18+
depends: [
19+
"ocaml" {>= "4.06.0"}
20+
"dune"
21+
]
22+
url {
23+
src:
24+
"https://github.com/mirage/coin/releases/download/v0.1.5/coin-0.1.5.tbz"
25+
checksum: [
26+
"sha256=cf65b343bcd41666494d4ab28131e0bae77af8d01ca77e96b9b1db20b5c647d8"
27+
"sha512=ee34fe0881a752094f864b7cb70040e9676ddd05094099c38dcf02363eea9c9596c5a9b1635cd1f5436b9af9199e3f46676d2c7e2c87a06595ceaec63de646fb"
28+
]
29+
}
30+
x-commit-hash: "adb82c98a97d94277842a2d1e9615df69eabc35e"
31+
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)