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 characterizations of the OCaml's native C compiler" 5description: 6 "Using the C compiler of ocamlopt -config, which may be a cross-compiler, vends an OCaml module with enumerations of the target operating system and ABI, and a C header that introspects the same at compile time" 7maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] 8authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"] 9license: "Apache-2.0" 10homepage: "https://diskuv.gitlab.io/diskuv-ocaml" 11bug-reports: "https://github.com/diskuv/dkml-runtime-apps/issues" 12depends: [ 13 "dune" {>= "2.9"} 14 "ocaml" {>= "4.12.1"} 15 "rresult" {>= "0.6.0"} 16 "astring" {>= "0.8.5"} 17 "mdx" {>= "2.0.0" & with-test} 18 "dune-configurator" {>= "2.9" & build} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 36] 37dev-repo: "git+https://github.com/diskuv/dkml-c-probe.git" 38conflicts: [ "result" {< "1.5"} ] 39url { 40 src: "https://github.com/diskuv/dkml-c-probe/archive/v2.0.0.tar.gz" 41 checksum: [ 42 "md5=e7d634b9fb19e4faa712a7bf7198839a" 43 "sha512=5276ef54e0d2b13baf9d888601b64331e67c4bfeabf9526046e2fb85c6e41273c84eeffe9cd4dd7eb66964021f15b656c97dc2597313f5664c4bddf72dde18c5" 44 ] 45}