···11+opam-version: "2.0"
22+synopsis: "Embed build information inside executable"
33+description: """
44+The build-info library allows to access information about how the
55+executable was built, such as the version of the project at which it
66+was built or the list of statically linked libraries with their
77+versions. It supports reporting the version from the version control
88+system during development to get an precise reference of when the
99+executable was built.
1010+"""
1111+maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
1212+authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
1313+license: "MIT"
1414+homepage: "https://github.com/ocaml/dune"
1515+doc: "https://dune.readthedocs.io/"
1616+bug-reports: "https://github.com/ocaml/dune/issues"
1717+depends: [
1818+ "dune" {>= "3.12"}
1919+ "ocaml" {>= "4.08"}
2020+ "odoc" {with-doc}
2121+]
2222+dev-repo: "git+https://github.com/ocaml/dune.git"
2323+x-maintenance-intent: ["(latest)"]
2424+build: [
2525+ ["dune" "subst"] {dev}
2626+ ["rm" "-rf" "vendor/csexp"]
2727+ ["rm" "-rf" "vendor/pp"]
2828+ [
2929+ "dune"
3030+ "build"
3131+ "-p"
3232+ name
3333+ "-j"
3434+ jobs
3535+ "@install"
3636+ "@doc" {with-doc}
3737+ ]
3838+]
3939+url {
4040+ src:
4141+ "https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz"
4242+ checksum: [
4343+ "sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64"
4444+ "sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e"
4545+ ]
4646+}
4747+x-commit-hash: "fedec664a6ba500f94ba4558112f52d5719bed4d"