this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Cross-compiler friendly ABI and library discovery for OCaml's native C compilers" 5description: """ 6dkml-c-probe simplifies the creation of cross-compiling compatible foreign C stub code. It includes two components: 7 8C_abi: Introspects OCaml's native C compiler, including cross-compilers, to determine the ABI those C compilers will generate 9C_conf: Supplies flags to C compilers and OCaml tools that specify the locations of C headers and C libraries""" 10maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] 11authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"] 12license: "Apache-2.0" 13homepage: "https://github.com/diskuv/dkml-c-probe#readme" 14bug-reports: "https://github.com/diskuv/dkml-c-probe/issues" 15depends: [ 16 "dune" {>= "2.9"} 17 "ocaml" {>= "4.12.1"} 18 "ounit2" {>= "2.2.0" & with-test} 19 "mdx" {with-test & >= "2.0.0" & < "2.4"} 20 "dune-configurator" {>= "2.9" & build} 21 "odoc" {with-doc} 22] 23dev-repo: "git+https://github.com/diskuv/dkml-c-probe.git" 24conflicts: [ "result" {< "1.5"} ] 25# Until Dune 3+ the auto-generated 'dune' will have an invalid ["dune" "install" ...] step 26# that messes up with cross-compilation. Customized it to remove it. 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40url { 41 src: "https://github.com/diskuv/dkml-c-probe/archive/v3.0.0.tar.gz" 42 checksum: [ 43 "md5=6cb75ec4f6d6de79904177c42e38fbe1" 44 "sha512=05e71a0605d93d5161ef9bffcc6264a205fcc89e497e726db9e622c7e61bc505f5973acbffe8c949186c26c9b05fd0b7b4e2ac4376754fb8700e428a391f1a76" 45 ] 46}