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.4.0.tar.bz2" 35 checksum: [ 36 "md5=4a7d5aeecb002fa711a6eb002a544713" 37 "sha512=f2efc05917d5916980a8d09426b629028a748c00c19667b0bf4e0cf0c8811d80b5a693b95f662301bfbe3162cefd73e7f02e98cb5c1020876cbcf9fc81930434" 38 ] 39}