this repo has no description
0
fork

Configure Feed

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

Merge pull request #2 from patricoferris/patch-1

Fix opam file

authored by

Jon Ludlam and committed by
GitHub
e22cd86c 3bc2ee62

+1 -1
+1 -1
js_top_worker.opam
··· 4 4 authors: "various" 5 5 license: "ISC" 6 6 depends: [ 7 - "ocaml" (>= "4.04") 7 + "ocaml" {>= "4.04"} 8 8 "js_of_ocaml" {>= "3.11.0"} 9 9 "rresult" 10 10 "astring"