this repo has no description

Merge pull request #18271 from Kakadu/OCanren-description-fix

OCanren: fix synopsis

Changed files
+3 -3
packages
OCanren
OCanren.0.1.0
OCanren.0.2.0
+1 -1
packages/OCanren/OCanren.0.1.0/opam
···
[make "test"] { with-test }
]
-
dev-repo: "git+https://github.com/JetBrains-Research/OCanren.git#dune"
+
dev-repo: "git+https://github.com/JetBrains-Research/OCanren.git"
url {
src: "https://github.com/JetBrains-Research/OCanren/archive/v0.1.0.tar.gz"
+2 -2
packages/OCanren/OCanren.0.2.0/opam
···
opam-version: "2.0"
-
description: "Implementation of miniKanren relational (logic) EDSL"
-
synopsis: """\
+
synopsis: "Implementation of miniKanren relational (logic) EDSL"
+
description: """\
The family of miniKanren derivatives has many implementations. This
one is typed embedding to OCaml. The original implementation for
this is in scheme and can be found at https://github.com/michaelballantyne/faster-miniKanren .