this repo has no description
1opam-version: "2.0" 2maintainer: ["contact@adlink-labs.tech"] 3authors: ["Angelo Corsaro" "Julien Enoch" "Oliver Hecart" "Gabriele Baldoni"] 4homepage: "https://github.com/atolab" 5bug-reports: "https://github.com/atolab/apero-core/issues/" 6dev-repo: "git+https://github.com/atolab/apero-core.git" 7 8license: "Apache-2.0" 9 10 11build: [ 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.03.0"} 17 "dune" {= "2.3.0" } 18 "apero-core" {= "0.4.7" } 19] 20 21synopsis : "Sys.argv override for dynamically loaded libraries" 22description: """ 23Dynload-sys is a library that allows, when linked with an ocaml library, 24to dynamically load the ocaml library with a new set of Sys.arv arguments.""" 25 26url { 27 src: 28 "https://github.com/atolab/apero-core/archive/0.4.7.tar.gz" 29 checksum: [ 30 "sha256=f4ec7ce1174f0401955cb551548fcdc0efeecaf701de38573a94092b54e69648" 31 "sha512=6673419024e5f36a0ff08f38234b8af214b713e5d702c04dd860026b76f3d29babe83dc8a49d371eb088231d2864ed01ef1166706c5df5332e0717eb71b29e44" 32 ] 33}