We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de30d commit 32feeaeCopy full SHA for 32feeae
src/recipe/lang/OCaml.c
@@ -15,14 +15,14 @@ pl_ocaml_prelude ()
15
16
chef_set_chef (this, NULL);
17
chef_set_cooks (this, 1, "@ccmywish");
18
- chef_set_sauciers (this, 0);
+ chef_set_sauciers (this, 1, "@hezonglun");
19
20
chef_allow_local_mode (this, CanNot, NULL, NULL);
21
chef_forbid_english(this);
22
chef_allow_user_define(this);
23
24
def_sources_begin()
25
- {&UpstreamProvider, NULL, DelegateToUpstream},
+ {&UpstreamProvider, "https://opam.ocaml.org/", DelegateToUpstream},
26
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/git/opam-repository.git", DelegateToMirror}
27
def_sources_end()
28
}
0 commit comments