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.43.tar.gz" 13 checksum: [ 14 "sha256=10e171ab7d2f8b2f238b53bb9944d4b26686f5703fbc1c059532791bc91be949" 15 "sha512=56048cdbd35fb5e3e34594da00badfe12df98b7d48fb847f96fcae7fd38b3a3458128510b502376250f753ef8f860735e3756875ccb7cceb594f8bb887984a49" 16 ] 17} 18extra-source "flexdll.install" { 19 src: "https://raw.githubusercontent.com/ocaml/flexdll/62f20c339e285e4ae1fc83faa99f638bedf4c4ab/flexdll.install" 20 checksum: [ 21 "sha256=18953e4630975873e659b481e1bbb2f514897aa41c0e5638c029ea0844ec1884" 22 "sha512=da8435f10010b1513fd945f8b3c21588e7e11a2d8cfa6b20fb3449aeda36b497e3ee3d4d809b9ef6f37073d47a4ab1a0ae6023ddb6790d226eb52b39ae2e9704" 23 ] 24}