this repo has no description

Merge pull request #19370 from Gopiandcode/ego-release

[new release] Initial release of Ego (0.0.5) - EGraphs in OCaml

Kate ffbf108c 0cfa47f9

Changed files
+45
packages
ego
ego.0.0.5
+45
packages/ego/ego.0.0.5/opam
···
+
opam-version: "2.0"
+
synopsis: "Ego (EGraphs OCaml) is extensible EGraph library for OCaml"
+
description:
+
"Ego is an exensible egraph library for OCaml loosely based on the egg library in Rust."
+
maintainer: ["kirang@comp.nus.edu.sg"]
+
authors: ["Kiran Gopinathan"]
+
license: "GPL-3.0+"
+
homepage: "https://gitlab.com/gopiandcode/ego"
+
bug-reports: "https://gitlab.com/gopiandcode/ego/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.0.8"}
+
"containers" {>= "3.3"}
+
"containers-data" {>= "3.3"}
+
"iter" {>= "1.2.1"}
+
"ppx_deriving" {>= "4.4"}
+
"ppx_inline_alcotest" {>= "1.0.0"}
+
"ppx_inline_alcotest" {>= "1.0.0"}
+
"ocamldot" {>= "1.1"}
+
"sexplib" {>= "v0.14.0"}
+
"ppxlib" {>= "0.22.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files"
+
"false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://gitlab.com/gopiandcode/ego.git"
+
url {
+
src: "https://gitlab.com/gopiandcode/ego/-/archive/0.0.5/ego-0.0.5.tar.gz"
+
checksum: "md5=beeaf3fd3f9ac04c04de5f859c24702d"
+
}