Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Jan 29, 2025
1 parent 624aa74 commit bdb7b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
available: arch != "arm32" & arch != "x86_32" & os != "windows"
available: arch != "arm32" & arch != "x86_32" & os-family != "windows"
#conflicts: [
# "js_of_ocaml-compiler" {< "5.8"}
#]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.14.0" & < "5" }
"ocaml" {>= "4.14.2" & < "5" }
"dune" {>= "3.11.0"}
"mtime"
"ppxlib" {>= "0.28.0"}
]
available: arch != "arm32" & arch != "x86_32" & os != "windows"
available: arch != "arm32" & arch != "x86_32" & os-family != "windows"
synopsis: "Syntax extension for writing in-line tests in ocaml code"
description: "
Part of the Jane Street's PPX rewriters collection.
"
url {
#src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/tags/v0.17.0.tar.gz"
src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/head/0.17+nobase.tar.gz"
src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/heads/0.17+nobase.tar.gz"
#checksum: "sha256=b71e4f01ab8aed418a3358688241a94b6d16d723deec7caaf5e4e917c2a76d2c"
}
x-maintenance-intent: [ "(latest)" ]

0 comments on commit bdb7b77

Please sign in to comment.