File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/fungi/fungi.0.1.4 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "A pure functional graph library"
3+ description: """\
4+ A graph library based on functional adjacency list with some common graph
5+ algorithms implemented and a fibonacci heap."""
6+ maintainer: "Harry K <
[email protected] >"
7+ authors: "Harry K <
[email protected] >"
8+ homepage: "https://harryk.dev/articles/article1"
9+ bug-reports: "https://github.com/kituyiharry/fungi/issues"
10+ dev-repo: "git+https://github.com/kituyiharry/fungi/"
11+ license: "MIT"
12+ tags: ["graph" "functional" "networks"]
13+ depends: [
14+ "dune" {>= "3.12"}
15+ "ocaml" {>= "5.0.0"}
16+ "alcotest" {with-test}
17+ "qcheck-core" {with-test}
18+ "qcheck-alcotest" {with-test}
19+ "core_bench" {with-test}
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ url {
37+ src: "https://github.com/kituyiharry/fungi/archive/refs/tags/0.1.4.tar.gz"
38+ checksum: [
39+ "md5=59536953fb6d9766c68e9db89799112a"
40+ "sha512=4b26e4a952cf73ebf30f92c0b348da1ca1521d82c120c052bf90a0878dbbacbe700ce81cb5c7ca135db6121cd5f2a1d5a4b9f4b14561335bb9f66f9e4b07b2ea"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments