ocaml
0
fork

Configure Feed

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

use development version of grace

+8 -9
+2 -3
dune-project
··· 45 45 (ocamlgraph 46 46 (>= 2.1.0)) 47 47 (ocaml 48 - (>= 5.3.0)) 48 + (>= 5.4.0)) 49 49 dune 50 50 dune-site 51 51 ocaml-index ··· 102 102 (>= 2.4.4 :with-doc)) 103 103 (alcotest :with-test) 104 104 jsont 105 - (grace 106 - (>= 0.3)))) 105 + grace))
+4 -4
forester.opam
··· 10 10 depends: [ 11 11 "menhir" {>= "20240715"} 12 12 "ocamlgraph" {>= "2.1.0"} 13 - "ocaml" {>= "5.3.0"} 13 + "ocaml" {>= "5.4.0"} 14 14 "dune" {>= "3.13"} 15 15 "dune-site" 16 16 "ocaml-index" ··· 43 43 "odoc" {"2.4.4" >= with-doc} 44 44 "alcotest" {with-test} 45 45 "jsont" 46 - "grace" {>= "0.3"} 46 + "grace" 47 47 ] 48 48 build: [ 49 49 ["dune" "subst"] {dev} ··· 62 62 ["dune" "install" "-p" name "--create-install-files" name] 63 63 ] 64 64 dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 65 - pin-depends : [ 66 - ["grace.dev" "git+https://github.com/kentookura/grace#aa043e9091e2423029ff871ba270840ed9da0369"] 65 + pin-depends: [ 66 + ["grace.dev" "git+https://github.com/johnyob/grace#fe7018bf04762beaa276fd7be0debadfa13bf085"] 67 67 ]
+2 -2
forester.opam.template
··· 1 - pin-depends : [ 2 - ["grace.dev" "git+https://github.com/kentookura/grace#aa043e9091e2423029ff871ba270840ed9da0369"] 1 + pin-depends: [ 2 + ["grace.dev" "git+https://github.com/johnyob/grace#fe7018bf04762beaa276fd7be0debadfa13bf085"] 3 3 ]