this repo has no description

release 0.06: fixes windows support with lots of tests

Unix.execvp is broken on Windows; switched to Unix.system.

Changed files
+3 -1
packages
camlp5-buildscripts
camlp5-buildscripts.0.06
+3 -1
packages/camlp5-buildscripts/camlp5-buildscripts.0.06/opam
···
"ocaml" { >= "4.10.0" }
"not-ocamlfind" { >= "0.01" }
"mdx" { with-test & >= "2.2.1" }
+
"conf-perl-ipc-system-simple" { >= "3" & os-family = "windows" }
+
"conf-perl-string-shellquote" { >= "3" & os-family = "windows" }
"fmt"
"re" { >= "1.10.4" }
"bos" { >= "0.2.1" }
···
url {
src: "https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.06.tar.gz"
checksum: [
-
"sha512=81c528d155c8f9d743efe5c02708d5cda7ea54b64bf1148085ff5dab9dc68ee8f68399ec4533b5b812fd5516e58d9b34b2fd75375b01ed1651822740d2a23928"
+
"sha512=304f6bae2c83f4398f405beb407e822471a8f7d8dd661462620bf0c7b3f33be15a6c124f20fd34b0d1f0608c25f2aec22cf582b1f4031ec95bbe2d75b10824e8"
]
}