this repo has no description
1opam-version: "2.0"
2authors: "mingw-w64 project"
3maintainer: "David Allsopp <david@tarides.com>"
4bug-reports: "https://github.com/ocaml/winpthreads/issues"
5dev-repo: "git+https://github.com/ocaml/winpthreads.git#20240209-1"
6homepage: "https://github.com/ocaml/winpthreads#readme"
7license: "BSD-3-Clause AND MIT"
8synopsis: "Posix Threads for Windows (winpthreads) Sources"
9description: "Source package for winpthreads. Installs the required files for
10compiling winpthreads as part of an MSVC OCaml build."
11available: os = "win32"
12url {
13 src: "https://github.com/ocaml/winpthreads/archive/20240209-1.tar.gz"
14 checksum: [
15 "sha256=bd6f1ea4fbfa7d537ebaa12c0d4feb7146e6d7667511e3864b82a67c11f23025"
16 "sha512=116edf0be0764d44402efae6420a5118b6f08c9ade6ae8397f96b02e01df91a3ef45ff9911681f96006f1375c45c13132df76759339b3d9c8c7abd2d75b86db4"
17 ]
18}