alpha
Login
or
Join now
anil.recoil.org
/
ocaml-jmap
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
metadata
author
Anil Madhavapeddy
date
5 months ago
(Jan 22, 2026, 10:01 AM UTC)
commit
111d03f9
111d03f9cf5ef043f9ae985f1276e4b052a4639f
parent
8424c92a
8424c92aa2dac414ba48933129bd38f7ac346d1e
+4
-4
2 changed files
Expand all
Collapse all
Unified
Split
dune-project
jmap.opam
+2
-2
dune-project
Reviewed
···
12
12
13
13
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
14
14
15
15
-
(homepage "https://tangled.org/@anil.recoil.org/ocaml-jmap")
15
15
+
(homepage "https://tangled.org/anil.recoil.org/ocaml-jmap")
16
16
17
17
-
(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-jmap/issues")
17
17
+
(bug_reports "https://tangled.org/anil.recoil.org/ocaml-jmap/issues")
18
18
19
19
(maintenance_intent "(latest)")
20
20
+2
-2
jmap.opam
Reviewed
···
6
6
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7
7
authors: ["Anil Madhavapeddy <anil@recoil.org>"]
8
8
license: "ISC"
9
9
-
homepage: "https://tangled.org/@anil.recoil.org/ocaml-jmap"
10
10
-
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-jmap/issues"
9
9
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-jmap"
10
10
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-jmap/issues"
11
11
depends: [
12
12
"dune" {>= "3.20"}
13
13
"ocaml" {>= "5.4.0"}