Skip to content

Commit 1ed0209

Browse files
committed
versions updated
1 parent bcc13b3 commit 1ed0209

33 files changed

Lines changed: 34 additions & 34 deletions

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN set -x && \
2525
opam init -y --disable-sandboxing --bare && \
2626
eval $(opam env) && \
2727
opam update && \
28-
opam switch create 5.3.0+flambda ocaml-variants.5.3.0+options ocaml-option-flambda && \
29-
eval $(opam env --switch=5.3.0+flambda) && \
28+
opam switch create 5.4.0+flambda ocaml-variants.5.4.0+options ocaml-option-flambda && \
29+
eval $(opam env --switch=5.4.0+flambda) && \
3030
echo 'test -r /root/.opam/opam-init/init.sh && . /root/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true' >> .bashrc && \
3131
echo 'export PATH=/opt/cca/bin:${PATH}' >> .bashrc
3232

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(using menhir 3.0)
55

66
(name diffast)
7-
(version 0.3.6-dev)
7+
(version 0.3.6)
88

99
(generate_opam_files true)
1010
(opam_file_location inside_opam_directory)

opam/diffast-api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Diff/AST API"
55
description:
66
"Diff/AST API. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-cli.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Diff/AST command line interface"
55
description:
66
"Diff/AST command line interface. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Core functions of Diff/AST"
55
description:
66
"Core functions of Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-etc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Diff/AST etc files"
55
description:
66
"Config files for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-git-cli.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Git-Diff/AST command line interface"
55
description:
66
"Git-Diff/AST command line interface. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-git.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "Git functions for Diff/AST API"
55
description:
66
"Git functions for Diff/AST API. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-langs-astml-spec.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "ASTML parser spec for Diff/AST"
55
description:
66
"ASTML parser spec for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

opam/diffast-langs-astml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.6-dev"
3+
version: "0.3.6"
44
synopsis: "ASTML parser for Diff/AST"
55
description:
66
"ASTML parser plugin for Diff/AST. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."

0 commit comments

Comments
 (0)