opam-version: "2.0" synopsis: "Generate compile_commands.json from dune rules" description: "Generates a compile_commands.json from dune rules that can be used by language server like 'clangd', or static analyzers like 'goblint'. Works with generated headers." maintainer: ["Edwin Török "] authors: ["Edwin Török "] license: "LGPL-2.1-or-later" homepage: "https://github.com/edwintorok/dune-compiledb" bug-reports: "https://github.com/edwintorok/dune-compiledb/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "ezjsonm" {>= "1.0.0"} "sexplib" "sexplib0" "fpath" {>= "0.7.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/edwintorok/dune-compiledb.git" url { src: "https://github.com/edwintorok/dune-compiledb/releases/download/0.6.0/dune-compiledb-0.6.0.tbz" checksum: [ "sha256=f5e74fd4c2af89df731f53832d8388592d44fed9f50d6d82ba8f71ea1e8ff9ff" "sha512=74e50c759ef50ce13d0f1a424f91176f1327349d6c1b97d0a20c848417920c1490ff7d5a8cabc541b1409a6a6e488f807e34c3cf7ac0d9866938bd43eab08de8" ] } x-commit-hash: "4dc9c5da20e60a6b850bd3abb67dddf918f71a8b"