this repo has no description
1opam-version: "2.0" 2maintainer: "Dmitrii Kosarev a.k.a. Kakadu" 3authors: ["Jane Street Group, LLC" "Dmitrii Kosarev a.k.a. Kakadu"] 4homepage: "https://github.com/Kakadu/ppx_expect_nobase" 5bug-reports: "https://github.com/Kakadu/ppx_expect_nobase/issues" 6dev-repo: "git+https://github.com/Kakadu/ppx_expect_nobase.git" 7 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.14.2" } 14 "ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"} 15 "sexplib" 16 "mtime" { >= "2" } 17 "re" {>= "1.8.0" } 18 "dune" {>= "3.11.0"} 19 "ppxlib" {>= "0.28.0"} 20] 21available: arch != "arm32" & arch != "x86_32" & os-family != "windows" #& os-distribution="ubuntu" 22#conflicts: [ 23# "js_of_ocaml-compiler" {< "5.8"} 24#] 25 26synopsis: "Cram like framework for OCaml" 27description: " 28Part of the Jane Street's PPX rewriters collection. 29" 30url { 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} 36x-maintenance-intent: [ "(latest)" ]