Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit c7cd3f9

Browse files
committed
External depends
1 parent b76559e commit c7cd3f9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

owic.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ build: [
3737
["dune" "install" "-p" name "--create-install-files" name]
3838
]
3939
dev-repo: "git+https://github.com/wasp-platform/waspc.git"
40+
depexts: [
41+
["llvm" "clang" "lld" "wabt"] {os-family = "debian"}
42+
]

owic.opam.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
depexts: [
2+
["llvm" "clang" "lld" "wabt"] {os-family = "debian"}
3+
]

0 commit comments

Comments
 (0)