This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
44
unikernel/duniverse/dune_/dune-configurator.opam
Normal file
44
unikernel/duniverse/dune_/dune-configurator.opam
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
version: "3.20.2"
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Helper library for gathering system configuration"
|
||||
description: """
|
||||
dune-configurator is a small library that helps writing OCaml scripts that
|
||||
test features available on the system, in order to generate config.h
|
||||
files for instance.
|
||||
Among other things, dune-configurator allows one to:
|
||||
- test if a C program compiles
|
||||
- query pkg-config
|
||||
- import #define from OCaml header files
|
||||
- generate config.h file
|
||||
"""
|
||||
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
||||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
||||
license: "MIT"
|
||||
homepage: "https://github.com/ocaml/dune"
|
||||
doc: "https://dune.readthedocs.io/"
|
||||
bug-reports: "https://github.com/ocaml/dune/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.20"}
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"base-unix"
|
||||
"csexp" {>= "1.5.0"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
dev-repo: "git+https://github.com/ocaml/dune.git"
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["rm" "-rf" "vendor/csexp"]
|
||||
["rm" "-rf" "vendor/pp"]
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue