Skip to content

Commit 89927a0

Browse files
authored
Merge pull request #28988 from dinosaure/release-rosetta-v0.4.0
[new release] rosetta (0.4.0)
2 parents 624a956 + 9b18022 commit 89927a0

File tree

1 file changed

+32
-0
lines changed
  • packages/rosetta/rosetta.0.4.0

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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/rosetta"
5+
bug-reports: "https://github.com/mirage/rosetta/issues"
6+
dev-repo: "git+https://github.com/mirage/rosetta.git"
7+
doc: "https://mirage.github.io/rosetta/"
8+
license: "MIT"
9+
synopsis: "Universal mapper to Unicode"
10+
description: "Universal mapper to Unicode (ISO-8859, KOI8, UTF-7)"
11+
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.03.0"}
18+
"dune" {>= "1.4"}
19+
"coin" {>= "0.1.2"}
20+
"uuuu" {>= "0.2.0"}
21+
"yuscii" {>= "0.3.0"}
22+
]
23+
url {
24+
src:
25+
"https://github.com/mirage/rosetta/releases/download/v0.4.0/rosetta-0.4.0.tbz"
26+
checksum: [
27+
"sha256=dd6d662bf71bf3f305d60922d2b6f84e6570a816bf32b3e22360227753ff951f"
28+
"sha512=e9e22e949a483ec1d67b00e68ac712fc125e71c92882a90fcbc97d10be8219d27260d825914ac6cc2832c17d5d8e662a2b308ff2f668f59170892d39a7e3d0af"
29+
]
30+
}
31+
x-commit-hash: "38250bc9f998c112188a097c8941a5bbcee5672d"
32+
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)