Generic TTL cache with Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Migrate dune-project files to tangled source format

Convert all packages from:
(source (uri https://tangled.org/handle/repo))
to:
(source (tangled handle/repo))

This uses dune 3.21's native tangled support for cleaner source
declarations. Also removes redundant homepage/bug_reports fields
that are auto-generated from tangled sources.

-4
-2
cache.opam
··· 7 7 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 9 9 license: "MIT" 10 - homepage: "https://tangled.org/gazagnaire.org/ocaml-cache" 11 - bug-reports: "https://tangled.org/gazagnaire.org/ocaml-cache/issues" 12 10 depends: [ 13 11 "dune" {>= "3.0"} 14 12 "ocaml" {>= "5.1"}
-2
dune-project
··· 7 7 (license MIT) 8 8 (authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 9 9 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 10 - (homepage "https://tangled.org/gazagnaire.org/ocaml-cache") 11 - (bug_reports "https://tangled.org/gazagnaire.org/ocaml-cache/issues") 12 10 13 11 (package 14 12 (name cache)