···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.18.0/dune-3.18.0.tbz"
4242+ checksum: [
4343+ "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb"
4444+ "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417"
4545+ ]
4646+}
4747+x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"