this repo has no description
0
fork

Configure Feed

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

Update opam

copy commands must be part of the install stage; _not_ the build stage.
opam lint doesn't pick such errors

authored by

François Bérenger and committed by
GitHub
522d7d43 9d42b788

+2
+2
packages/liblinear/liblinear.2.47/opam
··· 7 7 license: "BSD-3-Clause" 8 8 build: [ 9 9 [make] 10 + ] 11 + install: [ 10 12 ["cp" "train" "%{bin}%/liblinear_train"] 11 13 ["cp" "predict" "%{bin}%/liblinear_predict"] 12 14 ]