this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27341 from v-gb/release-ocamlmig-5.2-20250129

[new release] ocamlmig (5.2-20250129)

authored by

Anil Madhavapeddy and committed by
GitHub
f872de4b da2a17f5

+68
+68
packages/ocamlmig/ocamlmig.5.2-20250129/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml source code rewriting tool" 3 + description: 4 + "Ocamlmig is a command line tool to rewrite ocaml source code, especially to make updating to newer interfaces easier" 5 + maintainer: ["Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>"] 6 + authors: ["Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>"] 7 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8 + homepage: "https://github.com/v-gb/ocamlmig" 9 + bug-reports: "https://github.com/v-gb/ocamlmig/issues" 10 + depends: [ 11 + "ocaml" {>= "5.2" & < "5.3"} 12 + "dune" {>= "3.15"} 13 + "base" 14 + "core" 15 + "core_unix" 16 + "csexp" 17 + "ppx_partial" 18 + "ocaml" {>= "4.08"} 19 + "alcotest" {"1" = "0" & >= "1.3.0"} 20 + "base" {>= "v0.12.0"} 21 + "cmdliner" {>= "1.1.0"} 22 + "dune" 23 + "dune-build-info" 24 + "either" 25 + "fix" 26 + "fpath" {>= "0.7.3"} 27 + "menhir" {>= "20201216"} 28 + "menhirLib" {>= "20201216"} 29 + "menhirSdk" {>= "20201216"} 30 + "ocaml-version" {>= "3.5.0"} 31 + "ocamlformat-rpc-lib" {"1" = "0" & = version} 32 + "ocp-indent" {"false" = "false" & >= "1.8.0" | "1" = "0" & >= "1.8.1"} 33 + "stdio" 34 + "uuseg" {>= "10.0.0"} 35 + "uutf" {>= "1.0.1"} 36 + "csexp" {>= "1.4.0"} 37 + "astring" 38 + "camlp-streams" 39 + "re" {>= "1.10.3"} 40 + "odoc" {with-doc} 41 + ] 42 + build: [ 43 + ["dune" "subst"] {dev} 44 + [ 45 + "dune" 46 + "build" 47 + "-p" 48 + name 49 + "-j" 50 + jobs 51 + "@install" 52 + "@runtest" {with-test} 53 + "@doc" {with-doc} 54 + ] 55 + ] 56 + dev-repo: "git+https://github.com/v-gb/ocamlmig.git" 57 + # due to core_unix, but why do we need to restate it? Maybe they added windows to 58 + # the opam CI without ensuring that existing packages work on it. 59 + available: os != "win32" 60 + url { 61 + src: 62 + "https://github.com/v-gb/ocamlmig/releases/download/5.2-20250129/ocamlmig-5.2-20250129.tbz" 63 + checksum: [ 64 + "sha256=0deeac498ab94fdb7f7f6879c8b7c5554534f80fd78bdc3ac3091d31abd7fe45" 65 + "sha512=ab36efb8d9ac3bca98ce964f6524feb87ec1cd106012a88e28d6002e9b6aab38f4454fd7b3fc667a104abdabcc58045139259ceb4cc3137c4d835e516010bfaf" 66 + ] 67 + } 68 + x-commit-hash: "1a6fea46353e2366d20996cbc16502df319ad6d8"