File tree Expand file tree Collapse file tree
ocsigen-i18n/ocsigen-i18n.5.0.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Internationalisation of OCaml apps"
3+ description: "Provides executables: ocsigen-i18n for generating an OCaml file from a file containing tab-separated values; ocsigen-i18n-rewriter for implementing a PPX syntax for referencing entries in the generated OCaml file"
4+ maintainer: "BeSport Team <
[email protected] >"
5+ license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
6+
7+ homepage: "https://github.com/ocsigen/ocsigen-i18n"
8+ bug-reports: "https://github.com/ocsigen/ocsigen-i18n/issues"
9+ dev-repo: "git+https://github.com/ocsigen/ocsigen-i18n.git"
10+ build: [ "dune" "build" "-p" name "-j" jobs ]
11+
12+ depends: [
13+ "ocaml" {>= "4.08"}
14+ "dune" {>= "2.7"}
15+ "ppxlib" {>= "0.21.0"}
16+ "tyxml" {with-test}
17+ ]
18+ authors: "Julien Sagot"
19+ x-maintenance-intent: ["(latest)" ]
20+ url {
21+ src:
22+ "https://github.com/ocsigen/ocsigen-i18n/archive/refs/tags/5.0.0.tar.gz"
23+ checksum: [
24+ "md5=d4c80a104d06e0c4bf0a51baadd20e3d"
25+ "sha512=1dd8bc5fc279f73058104df3f96b32c124c76b452cd72e2cd9e00915deaf6b6b054d0581c570fbbd11a922aeb44277592027ea68d4f45879a70176e5e72864d5"
26+ ]
27+ }
28+
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ depends: [
1717 "ocsigen-i18n" {>= "3.1.0" & < "4.0.0"}
1818 "eliom" {>= "6.12.4" & < "7.0.0"}
1919 "ocsigen-toolkit" {>= "2.7.0"}
20- "ocsigen-i18n" {>= "3.7.0"}
2120 "yojson" {>= "1.6.0"}
2221 "resource-pooling" {>= "1.0" & < "2.0"}
2322 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ depends: [
1717 "ocsigen-i18n" {>= "3.1.0" & < "4.0.0"}
1818 "eliom" {>= "6.12.4" & < "7.0.0"}
1919 "ocsigen-toolkit" {>= "2.7.0"}
20- "ocsigen-i18n" {>= "3.7.0"}
2120 "yojson" {>= "1.6.0"}
2221 "resource-pooling" {>= "1.0" & < "2.0"}
2322 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ depends: [
1717 "ocsigen-i18n" {>= "3.7.0" & < "4.0.0"}
1818 "eliom" {>= "6.12.4" & < "7.0.0"}
1919 "ocsigen-toolkit" {>= "2.7.0"}
20- "ocsigen-i18n" {>= "3.7.0"}
2120 "yojson" {>= "1.6.0"}
2221 "resource-pooling" {>= "1.0" & < "2.0"}
2322 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ depends: [
1717 "ocsigen-i18n" {>= "3.7.0" & < "4.0.0"}
1818 "eliom" {>= "7.0.0" & < "9.0.0"}
1919 "ocsigen-toolkit" {>= "2.7.0"}
20- "ocsigen-i18n" {>= "3.7.0"}
2120 "yojson" {>= "1.6.0"}
2221 "resource-pooling" {>= "1.0" & < "2.0"}
2322 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ depends: [
1414 "pgocaml" {>= "4.0"}
1515 "pgocaml_ppx" {>= "4.0"}
1616 "safepass" {>= "3.0"}
17- "ocsigen-i18n" {>= "3.7.0"}
1817 "eliom" {>= "7.0.0" & < "9.0.0"}
1918 "ocsigen-toolkit" {>= "2.7.0"}
2019 "ocsigen-i18n" {>= "3.7.0" & < "4.0.0"}
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ depends: [
2020 "pgocaml" {>= "4.0"}
2121 "pgocaml_ppx" {>= "4.0"}
2222 "safepass" {>= "3.0"}
23- "ocsigen-i18n" {>= "4.0.0"}
23+ "ocsigen-i18n" {>= "4.0.0" & < "5.0.0" }
2424 "eliom" {>= "7.0.0" & < "9.0.0"}
2525 "ocsigen-toolkit" {>= "2.7.0"}
26- "ocsigen-i18n" {>= "3.7.0"}
2726 "yojson" {>= "1.6.0"}
2827 "resource-pooling" {>= "1.0" & < "2.0"}
2928 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ depends: [
2020 "pgocaml" {>= "4.0"}
2121 "pgocaml_ppx" {>= "4.0"}
2222 "safepass" {>= "3.0"}
23- "ocsigen-i18n" {>= "4.0.0"}
23+ "ocsigen-i18n" {>= "4.0.0" & < "5.0.0" }
2424 "eliom" {>= "9.0.0" & < "10.0.0"}
2525 "ocsigen-toolkit" {>= "2.7.0"}
26- "ocsigen-i18n" {>= "3.7.0"}
2726 "yojson" {>= "1.6.0"}
2827 "resource-pooling" {>= "1.0" & < "2.0"}
2928 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -20,11 +20,10 @@ depends: [
2020 "pgocaml" {>= "4.0"}
2121 "pgocaml_ppx" {>= "4.0"}
2222 "safepass" {>= "3.0"}
23- "ocsigen-i18n" {>= "4.0.0"}
23+ "ocsigen-i18n" {>= "4.0.0" & < "5.0.0" }
2424 "eliom" {>= "9.3.0" & < "10.0.0"}
2525 "ocsigen-toolkit" {>= "2.7.0"}
2626 "ocsigen-ppx-rpc"
27- "ocsigen-i18n" {>= "3.7.0"}
2827 "yojson" {>= "1.6.0"}
2928 "resource-pooling" {>= "1.0" & < "2.0"}
3029 "cohttp-lwt-unix"
Original file line number Diff line number Diff line change @@ -20,11 +20,10 @@ depends: [
2020 "pgocaml" {>= "4.0"}
2121 "pgocaml_ppx" {>= "4.0"}
2222 "safepass" {>= "3.0"}
23- "ocsigen-i18n" {>= "4.0.0"}
23+ "ocsigen-i18n" {>= "4.0.0" & < "5.0.0" }
2424 "eliom" {>= "9.3.0" & < "10.0.0"}
2525 "ocsigen-toolkit" {>= "2.7.0"}
2626 "ocsigen-ppx-rpc"
27- "ocsigen-i18n" {>= "3.7.0"}
2827 "yojson" {>= "1.6.0"}
2928 "resource-pooling" {>= "1.0" & < "2.0"}
3029 "cohttp-lwt-unix"
You can’t perform that action at this time.
0 commit comments