Skip to content

Commit

Permalink
[new release] ocamlmig (5.2-20250129)
Browse files Browse the repository at this point in the history
CHANGES:

Initial release.
  • Loading branch information
v-gb committed Jan 29, 2025
1 parent 2c9566f commit f3a9d2f
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions packages/ocamlmig/ocamlmig.5.2-20250129/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis: "Ocaml source code rewriting tool"
description:
"Ocamlmig is a command line tool to rewrite ocaml source code, especially to make updating to newer interfaces easier"
maintainer: ["Valentin Gatien-Baron <[email protected]>"]
authors: ["Valentin Gatien-Baron <[email protected]>"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/v-gb/ocamlmig"
bug-reports: "https://github.com/v-gb/ocamlmig/issues"
depends: [
"ocaml" {>= "5.2" & < "5.3"}
"dune" {>= "3.15"}
"base"
"core"
"core_unix"
"csexp"
"ocamlformat"
"ocamlformat-lib"
"ppx_partial"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/v-gb/ocamlmig.git"
pin-depends: [
["ocamlformat.dev" "git+https://github.com/v-gb/ocamlformat#r-49fc0660ec931943a97b13f10ac9eadbe0cd63f3"]
["ocamlformat-lib.dev" "git+https://github.com/v-gb/ocamlformat#r-49fc0660ec931943a97b13f10ac9eadbe0cd63f3"]
]
url {
src:
"https://github.com/v-gb/ocamlmig/releases/download/5.2-20250129/ocamlmig-5.2-20250129.tbz"
checksum: [
"sha256=d8067e12d74fa248575fca06d3d8d2444c2b22cd6810447657cfe0d7116d1e54"
"sha512=cfd193138856eea4ca234526460f110f52372503b4b3f3325b7152ece57249895cc299d608135d6c9dc20a0009fb80b6f787ae0e91dd8f19906b42f3c51bb12f"
]
}
x-commit-hash: "be10dc9e96d37b4a5355f14fd3ab6ac4937ba4a4"

0 comments on commit f3a9d2f

Please sign in to comment.