12345678910111213141516171819202122232425262728293031323334 |
- # This file is generated by dune, edit dune-project instead
- opam-version: "2.0"
- version: "0.1"
- synopsis: "cdb"
- description: "..."
- maintainer: ["Marcus Rohrmoser <work@mro.name>"]
- authors: ["The mcdb programmers"]
- license: "GPL-3.0-only"
- tags: ["cdb" "constant" "database" "file"]
- homepage: "Seppo.mro.name"
- bug-reports: "Seppo.mro.name/issues"
- depends: [
- "camlp-streams"
- "dune" {>= "3.0"}
- "optint" {>= "0.3.0"}
- "alcotest" {with-test}
- "ocp-indent" {with-doc}
- "odoc" {with-doc}
- ]
- build: [
- [
- "dune"
- "build"
- "-p"
- name
- "-j"
- jobs
- "@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
- ]
- ]
- dev-repo: "git+ssh://codeberg.org/seppo/seppo.git"
|