this repo has no description
0
fork

Configure Feed

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

Merge pull request #27333 from Kakadu/nobase

Add forks of ppx_inline_test and ppx_expect without dependency on base

authored by

Marcello Seri and committed by
GitHub
342c5f48 482d724d

+65
+36
packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Dmitrii Kosarev a.k.a. Kakadu" 3 + authors: ["Jane Street Group, LLC" "Dmitrii Kosarev a.k.a. Kakadu"] 4 + homepage: "https://github.com/Kakadu/ppx_expect_nobase" 5 + bug-reports: "https://github.com/Kakadu/ppx_expect_nobase/issues" 6 + dev-repo: "git+https://github.com/Kakadu/ppx_expect_nobase.git" 7 + 8 + license: "MIT" 9 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.14.2" } 14 + "ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"} 15 + "sexplib" 16 + "mtime" { >= "2" } 17 + "re" 18 + "dune" {>= "3.11.0"} 19 + "ppxlib" {>= "0.28.0"} 20 + ] 21 + available: arch != "arm32" & arch != "x86_32" & os-family != "windows" #& os-distribution="ubuntu" 22 + #conflicts: [ 23 + # "js_of_ocaml-compiler" {< "5.8"} 24 + #] 25 + 26 + synopsis: "Cram like framework for OCaml" 27 + description: " 28 + Part of the Jane Street's PPX rewriters collection. 29 + " 30 + url { 31 + src: 32 + #"https://github.com/Kakadu/ppx_expect_nobase/archive/refs/heads/0.17+nobase.tar.gz" 33 + "https://github.com/Kakadu/ppx_expect_nobase/archive/refs/tags/v0.17+nobase.tar.gz" 34 + checksum: "sha256=304f9e7141a486c0206ecdfcde09e57a022481a71539e5dbb530c0224e7e5d33" 35 + } 36 + x-maintenance-intent: [ "(latest)" ]
+29
packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Dmitrii Kosarev a.k.a. Kakadu" 3 + authors: ["Jane Street Group, LLC" "Dmitrii Kosarev a.k.a. Kakadu"] 4 + homepage: "https://github.com/Kakadu/ppx_inline_test_nobase" 5 + bug-reports: "https://github.com/Kakadu/ppx_inline_test_nobase/issues" 6 + dev-repo: "git+https://github.com/Kakadu/ppx_inline_test_nobase.git" 7 + 8 + license: "MIT" 9 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.14.2" } 14 + "dune" {>= "3.11.0"} 15 + "ppxlib" {>= "0.28.0"} 16 + "mtime" { >= "2" } 17 + "sexplib0" {>= "v0.17" & < "v0.18"} 18 + ] 19 + available: arch != "arm32" & arch != "x86_32" & os-family != "windows" #& os-distribution="ubuntu" 20 + synopsis: "Syntax extension for writing in-line tests in ocaml code" 21 + description: " 22 + Part of the Jane Street's PPX rewriters collection. 23 + " 24 + url { 25 + src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/tags/v0.17+nobase.tar.gz" 26 + #src: "https://github.com/Kakadu/ppx_inline_test_nobase/archive/refs/heads/0.17+nobase.tar.gz" 27 + checksum: "sha256=325d06a56355e2ad500bf1fb3ddbae8aabb9e9d00713a453bd3da7235bf0ed36" 28 + } 29 + x-maintenance-intent: [ "(latest)" ]