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.39.tar.gz" 13 checksum: [ 14 "sha256=51a6ef2e67ff475c33a76b3dc86401a0f286c9a3339ee8145053ea02d2fb5974" 15 "sha512=9c322d8538bbf1dec7ed0add06540a7b4fed384ff205a5a9c57ba22a8bf987f520d8e9a510e376bc0e898ec1f5459979c67a291ac85192f64aa93faf31e7cf6f" 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}