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:
35 "https://framagit.org/zoggy/ocaml-stk/-/archive/0.1.0/ocaml-stk-0.1.0.tar.bz2"
36 checksum: [
37 "md5=c334ffabde8b710f1eba6699db0f601a"
38 "sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5"
39 ]
40}