HomeKit Accessory Protocol (HAP) for OCaml
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
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-hap") 11 - (bug_reports "https://tangled.org/gazagnaire.org/ocaml-hap/issues") 12 10 13 11 (package 14 12 (name hap)
-2
hap.opam
··· 8 8 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 9 9 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 10 10 license: "MIT" 11 - homepage: "https://tangled.org/gazagnaire.org/ocaml-hap" 12 - bug-reports: "https://tangled.org/gazagnaire.org/ocaml-hap/issues" 13 11 depends: [ 14 12 "dune" {>= "3.0"} 15 13 "ocaml" {>= "4.14"}