We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4380662 commit d634bbdCopy full SHA for d634bbd
2 files changed
atd-yamlx.opam
@@ -92,7 +92,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
92
depends: [
93
"dune" {>= "3.18"}
94
"ocaml" {>= "4.14"}
95
- "atd-jsonlike" {>= "4.0.0"}
+ "atd-jsonlike"
96
"yamlx" {>= "0.1.0"}
97
"testo" {>= "0.3.0" & with-test}
98
"odoc" {with-doc}
scripts/install-opam-dependencies
@@ -12,7 +12,7 @@ mkdir -p "$workspace"
12
# Remove the dependencies on packages provided by this very project.
13
for x in *.opam; do
14
grep -v \
15
- '"atd"\|"atdgen"\|"atdgen-codec-runtime"\|"atdgen-runtime"\|"atdj"\|"atdpy"\|"atds"\|"atdts"\|"atdd"\|"atdcpp"' "$x" \
+ '"atd"\|"atdgen"\|"atdgen-codec-runtime"\|"atdgen-runtime"\|"atdj"\|"atdpy"\|"atds"\|"atdts"\|"atdd"\|"atdcpp"\|"atd-jsonlike"' "$x" \
16
> "$workspace"/"$x"
17
done
18
0 commit comments