Skip to content

Commit

Permalink
Update ppx_fail-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 26, 2024
1 parent a9c77df commit a5331e7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/ppx_fail-windows/ppx_fail-windows.v0.11.0/opam

This file was deleted.

29 changes: 29 additions & 0 deletions packages/ppx_fail-windows/ppx_fail-windows.v0.14.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/ppx_fail"
bug-reports: "https://github.com/janestreet/ppx_fail/issues"
dev-repo: "git+https://github.com/janestreet/ppx_fail.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_fail/index.html"
license: "MIT"
build: [
["dune" "build" "-p" "ppx_fail" "-x" "windows" "-j" jobs]
]
depends: [
"ocaml-windows" {>= "4.04.2"}
"base" {>= "v0.14" & < "v0.15"}
"base-windows" {>= "v0.14" & < "v0.15"}
"ppx_here" {>= "v0.14" & < "v0.15"}
"ppx_here-windows" {>= "v0.14" & < "v0.15"}
"dune" {>= "2.0.0"}
"ppxlib" {>= "0.11.0"}
"ppxlib-windows" {>= "0.11.0"}
]
synopsis: "Add location to calls to failwiths"
description: "
Part of the Jane Street's PPX rewriters collection.
"
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/ppx_fail-v0.14.0.tar.gz"
checksum: "md5=8ac8d34542eebc2587cdb7e57a2d8350"
}

0 comments on commit a5331e7

Please sign in to comment.