Skip to content

Commit

Permalink
Move to plain version of YOCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Oct 4, 2024
1 parent 875fb85 commit 8a5486d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 33 deletions.
14 changes: 7 additions & 7 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
(ocaml (>= 5.1.1))
(dune (>= 3.16.0))

yocaml
yocaml_jingoo
yocaml_yaml
yocaml_omd
yocaml_eio
yocaml_syndication
(yocaml (>= 2.0.0))
(yocaml_jingoo (>= 2.0.0))
(yocaml_yaml (>= 2.0.0))
(yocaml_omd (>= 2.0.0))
(yocaml_eio (>= 2.0.0))
(yocaml_syndication (>= 2.0.0))

(cmdliner (= 1.3.0))

(ppx_expect :with-test)
ppx_expect

(ocamlformat :with-dev-setup)
(ocp-indent :with-dev-setup)
Expand Down
2 changes: 1 addition & 1 deletion lib/resolver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ module Make (R : Sigs.RESOLVABLE) = struct
end

let track_common_dependencies = Yocaml.Pipeline.track_files Source.common_deps
end
end
23 changes: 7 additions & 16 deletions ring.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ bug-reports: "https://github.com/muhokama/ring/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.16" & >= "3.16.0"}
"yocaml"
"yocaml_jingoo"
"yocaml_yaml"
"yocaml_omd"
"yocaml_eio"
"yocaml_syndication"
"yocaml" {>= "2.0.0"}
"yocaml_jingoo" {>= "2.0.0"}
"yocaml_yaml" {>= "2.0.0"}
"yocaml_omd" {>= "2.0.0"}
"yocaml_eio" {>= "2.0.0"}
"yocaml_syndication" {>= "2.0.0"}
"cmdliner" {= "1.3.0"}
"ppx_expect" {with-test}
"ppx_expect"
"ocamlformat" {with-dev-setup}
"ocp-indent" {with-dev-setup}
"merlin" {with-dev-setup}
Expand All @@ -42,12 +42,3 @@ build: [
]
]
dev-repo: "git+https://github.com/muhokama/ring.git"
pin-depends: [
["yocaml.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_runtime.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_jingoo.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_yaml.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_omd.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_eio.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
["yocaml_syndication.dev" "git+https://gitlab.com/funkywork/yocaml.git"]
]
9 changes: 0 additions & 9 deletions ring.opam.template

This file was deleted.

0 comments on commit 8a5486d

Please sign in to comment.