File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
packages/rosetta/rosetta.0.4.0 Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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)" ]
You can’t perform that action at this time.
0 commit comments