this repo has no description
1opam-version: "2.0" 2authors: "Alain Frisch" 3maintainer: "David Allsopp <david@tarides.com>" 4bug-reports: "https://github.com/ocaml/flexdll/issues" 5dev-repo: "git+https://github.com/ocaml/flexdll.git" 6homepage: "https://github.com/ocaml/flexdll#readme" 7license: "Zlib" 8synopsis: "FlexDLL Sources" 9description: "Source package for FlexDLL. Installs the required files for 10bootstrapping FlexDLL as part of an OCaml build." 11url { 12 src: "https://github.com/ocaml/flexdll/archive/refs/tags/0.41.tar.gz" 13 checksum: [ 14 "sha256=d537923a7d9ecf4c4b262705dacd51aeac4dfcdd12f863ab981bd35a5e5910f4" 15 "sha512=02d65eb5b1bdcfef64841540756a46fa54b4bba2d2b832064d2576251d279ca2eae24f834a21713ad5a443cfc23484e1c4c226efcd508c5209cc88c3fd7d72ea" 16 ] 17} 18extra-source "flexdll.install" { 19 src: "https://raw.githubusercontent.com/ocaml/flexdll/5969494fb15550e78c5748c58ea4e5086fea92ae/flexdll.install" 20 checksum: [ 21 "sha256=82aacd10fe906ee207f057573e3897e4b74a39a85a33b2d474c868b048c2bb6c" 22 "sha512=5f47e4ecfc769d1eeec5d1f9cb781960a4b4153e92c6d4e1ca03b08f1c778f308a969a1ce08fd844e08c40d9e12112fd081b3c19f3e465d5ce1c09f744861731" 23 ] 24}