Skip to content

Commit fa415e8

Browse files
committed
fix up opam files
1 parent 12694ca commit fa415e8

File tree

4 files changed

+3
-32
lines changed

4 files changed

+3
-32
lines changed

.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use flake;
1+
eval $(opam env);

castor.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"combinat"
1616
"ocamlgraph"
1717
"iter"
18-
"cmph"
18+
"llvm"
1919
"postgresql" {>= "4.4"}
2020
"bos" {>= "0.2"}
2121
"logs" {>= "0.6"}

cmph/cmph.opam

-29
This file was deleted.

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
combinat
2121
ocamlgraph
2222
iter
23-
cmph
23+
llvm
2424
(postgresql (>= 4.4))
2525
(bos (>= 0.2))
2626
(logs (>= 0.6))

0 commit comments

Comments
 (0)