My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

Squashed 'ocaml-langdetect/' changes from 93f84f4..a38e8f1

a38e8f1 metadata

git-subtree-dir: ocaml-langdetect
git-subtree-split: a38e8f1ae12d03ba34b3bf0cbe65e92fd09bbb84

+6 -6
+2 -2
dune-project
··· 6 6 7 7 (license MIT) 8 8 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/@anil.recoil.org/ocaml-langdetect") 9 + (homepage "https://tangled.org/anil.recoil.org/ocaml-langdetect") 10 10 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-langdetect/issues") 11 + (bug_reports "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues") 12 12 (maintenance_intent "(latest)") 13 13 14 14 (package
+2 -2
langdetect-js.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "MIT" 9 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-langdetect" 10 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-langdetect/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-langdetect" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues" 11 11 depends: [ 12 12 "dune" {>= "3.20"} 13 13 "ocaml" {>= "5.1.0"}
+2 -2
langdetect.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "MIT" 9 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-langdetect" 10 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-langdetect/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-langdetect" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues" 11 11 depends: [ 12 12 "dune" {>= "3.20"} 13 13 "ocaml" {>= "5.1.0"}