Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

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

Fix esy/dune build process (#66)

* Update esy.json and wonka.opam files

* Fix dune copy_files

authored by

Phil Plückthun and committed by
GitHub
4316dc81 1d099aa4

+14 -13
+7 -6
esy.json
··· 1 1 { 2 2 "name": "wonka", 3 - "version": "2.0.2", 3 + "version": "4.0.3", 4 4 "esy": { 5 5 "build": "dune build -p #{self.name}" 6 6 }, 7 7 "peerDependencies": { 8 - "ocaml": "^4.6.0" 8 + "ocaml": ">= 4.6.0" 9 9 }, 10 10 "dependencies": { 11 - "@opam/dune": "1.7.3", 12 - "@esy-ocaml/reason": "^3.3.7", 13 - "refmterr": "^3.1.0", 11 + "@opam/dune": "^1.7.3", 12 + "@esy-ocaml/reason": ">= 3.4.0 < 3.6.0", 13 + "refmterr": "*", 14 14 "belt": "jaredly/belt" 15 15 }, 16 16 "devDependencies": { 17 - "ocaml": "~4.6.0" 17 + "@opam/merlin": "*", 18 + "ocaml": "4.8.1000" 18 19 } 19 20 }
+4
package.json
··· 15 15 "docs/*.md", 16 16 "*.md", 17 17 "index.js.flow", 18 + "esy.lock", 19 + "dune-project", 20 + "wonka.opam", 21 + "esy.json", 18 22 "bsconfig.json" 19 23 ], 20 24 "scripts": {
+2 -1
src/dune/dune
··· 5 5 (preprocess (pps belt.ppx))) 6 6 7 7 (copy_files ../include/rebel_native/*.{re,rei}) 8 - (copy_files ../wonka_*.{re,rei}) 8 + (copy_files ../Wonka_*.{re,rei}) 9 + (copy_files ../helpers/Wonka_*.{re,rei})
+1 -6
wonka.opam
··· 1 - opam-version: "1.2" 2 - version: "2.0.2" 3 - maintainer: "phil@kitten.sh" 4 - author: ["Phil Pluckthun"] 5 - synopsis: "A fast push & pull stream library" 6 - build: [] 1 +