File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/dkml-option-vcpkg/dkml-option-vcpkg.0.1.0 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Configures DKML components to support vcpkg"
3+ description: "Configures DKML components to support vcpkg"
4+ 5+ authors: ["Diskuv, Inc. <
[email protected] >"]
6+ license: "Apache-2.0"
7+ homepage: "https://github.com/diskuv/dkml-option-vcpkg"
8+ bug-reports: "https://github.com/diskuv/dkml-option-vcpkg/issues"
9+ depends: [
10+ "dune" {>= "2.9"}
11+ "odoc" {with-doc}
12+ ]
13+ build: [
14+ ["dune" "subst"] {dev}
15+ [
16+ "dune"
17+ "build"
18+ "-p"
19+ name
20+ "-j"
21+ jobs
22+ "--promote-install-files=false"
23+ "@install"
24+ "@runtest" {with-test}
25+ "@doc" {with-doc}
26+ ]
27+ ["dune" "install" "-p" name "--create-install-files" name]
28+ ]
29+ dev-repo: "git+https://github.com/diskuv/dkml-option-vcpkg.git"
30+ url {
31+ src:
32+ "https://github.com/diskuv/dkml-option-vcpkg/releases/download/0.1.0/dkml-option-vcpkg-0.1.0.tbz"
33+ checksum: [
34+ "sha256=e1a0976c8dbe29f6d0e48995850fedd63b363b09b54edde03450205b14f836fe"
35+ "sha512=5a418b5b25011202feb77f9680da1f2b33f666bb7c2413133a0f2e5cc773022c527690ac4efa0ef144362f8a77d3093babaf92f7029d1a4a6d0d5df665bd50cc"
36+ ]
37+ }
38+ x-commit-hash: "28ee15511192e6537ba8b00086275e180e48178a"
You can’t perform that action at this time.
0 commit comments