this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/dinosaure/rosetta"
5bug-reports: "https://github.com/dinosaure/rosetta/issues"
6dev-repo: "git+https://github.com/dinosaure/rosetta.git"
7doc: "https://dinosaure.github.io/rosetta/"
8license: "MIT"
9synopsis: "Universal mapper to Unicode"
10
11build: [
12 ["dune" "subst"]
13 ["dune" "build" "-p" name "-j" jobs]
14]
15
16depends: [
17 "ocaml" {>= "4.03.0"}
18 "dune" {< "2.0"}
19 "fmt"
20 "bos"
21 "uutf"
22 "cmdliner"
23 "coin" {>= "0.1.1"}
24 "uuuu" {>= "0.1.1"}
25 "yuscii" {>= "0.2.1"}
26]
27url {
28 src:
29 "https://github.com/dinosaure/rosetta/releases/download/v0.1.0/rosetta-v0.1.0.tbz"
30 checksum: [
31 "sha256=558b894cd2457d2a133dff9698f69acd9e63499a6bd1d96435cb4b45685ccdcc"
32 "md5=ef672004138cac7597081a073b415150"
33 ]
34}