this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml C stub wrapper generator" 3description: 4 "Generates a C model for how OCaml C primitives can be called. Link with a C model of the OCaml runtime, or run a static analyzer to find incorrect API/macro usage that leads to race conditions." 5maintainer: ["Edwin Török <edwin.torok@cloud.com>"] 6authors: ["Edwin Török <edwin.torok@cloud.com>"] 7license: "LGPL-2.1-or-later" 8homepage: "https://github.com/edwintorok/lintcstubs" 9bug-reports: "https://github.com/edwintorok/lintcstubs/issues" 10depends: [ 11 "dune" {>= "3.0"} 12 "ocaml" {>= "4.13"} 13 "lintcstubs-arity" {>= "0.2.2"} 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://github.com/edwintorok/lintcstubs.git" 33pin-depends: [ 34 ["lintcstubs-arity.0.2.2" "git+https://github.com/edwintorok/lintcstubs-arity.git#0.2.2"] 35] 36url { 37 src: 38 "https://github.com/edwintorok/lintcstubs/releases/download/0.4.7/lintcstubs-0.4.7.tbz" 39 checksum: [ 40 "sha256=a3975d01687241ed27134b0088e43b5b94498190e99ff397d29822d7a6301646" 41 "sha512=80e9198ff347c707015cddea3d1859c7509ab436520dbe6b919c943cd654dc34270ff823ed58bcfce7b8e5af8a36a07b9a22005aa33574d915ccd2b5c961b071" 42 ] 43} 44x-commit-hash: "8acf8e234f495c311a01713c7342ef1b18f617e2"