tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-crockford
0
fork
atom
OCaml library for Crockford's Base32
0
fork
atom
overview
issues
pulls
pipelines
relax minimum dune to 3.18
anil.recoil.org
4 months ago
0eab7b22
c2ec60c4
1/1
build.yml
success
46s
+2
-2
2 changed files
expand all
collapse all
unified
split
crockford.opam
dune-project
+1
-1
crockford.opam
reviewed
···
9
9
homepage: "https://tangled.org/@anil.recoil.org/ocaml-crockford"
10
10
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-crockford/issues"
11
11
depends: [
12
12
-
"dune" {>= "3.20"}
12
12
+
"dune" {>= "3.18"}
13
13
"ocaml" {>= "4.14.1"}
14
14
"odoc" {with-doc}
15
15
"alcotest" {with-test & >= "1.9.0"}
+1
-1
dune-project
reviewed
···
1
1
-
(lang dune 3.20)
1
1
+
(lang dune 3.18)
2
2
3
3
(name crockford)
4
4