this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings to GNU libiconv" 3maintainer: "zoggy@bat8.org" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "GPL-3.0-only" 6homepage: "https://zoggy.frama.io/ocaml-stk/" 7doc: "https://zoggy.frama.io/ocaml-stk/" 8bug-reports: "https://framagit.org/zoggy/ocaml-stk/issues" 9depends: [ 10 "dune" {>= "2.9"} 11 "ctypes" {>= "0.20.1"} 12 "ctypes-foreign" {>= "0.18.0"} 13 "logs" {>= "0.7.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "--promote-install-files=false" 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30 ["dune" "install" "-p" name "--create-install-files" name] 31] 32dev-repo: "git+https://framagit.org/zoggy/ocaml-stk.git" 33url { 34 src: "https://zoggy.frama.io/ocaml-stk/releases/ocaml-stk-0.3.0.tar.bz2" 35 checksum: [ 36 "md5=bf3724827aa00f2b5072a9f5e5e9293f" 37 "sha512=c7804040165317533b1bbaa6a23374a0bce5ba6976a2f48b49c90aa43c510b03134a1b2c353485365f4dd0cee8cb72d7fbe7558ee52e758db886771e262262d8" 38 ] 39}