|
3398 | 3398 | "repo": "https://github.com/lucasdicioccio/purescript-humdrum.git", |
3399 | 3399 | "version": "v0.0.1" |
3400 | 3400 | }, |
| 3401 | + "hylograph-canvas": { |
| 3402 | + "dependencies": [ |
| 3403 | + "effect", |
| 3404 | + "prelude" |
| 3405 | + ], |
| 3406 | + "repo": "https://github.com/afcondon/purescript-hylograph-canvas.git", |
| 3407 | + "version": "v0.1.0" |
| 3408 | + }, |
| 3409 | + "hylograph-d3-kernel": { |
| 3410 | + "dependencies": [ |
| 3411 | + "arrays", |
| 3412 | + "effect", |
| 3413 | + "foldable-traversable", |
| 3414 | + "foreign-object", |
| 3415 | + "hylograph-simulation-core", |
| 3416 | + "maybe", |
| 3417 | + "nullable", |
| 3418 | + "ordered-collections", |
| 3419 | + "prelude", |
| 3420 | + "refs", |
| 3421 | + "tuples", |
| 3422 | + "typelevel-prelude", |
| 3423 | + "web-dom" |
| 3424 | + ], |
| 3425 | + "repo": "https://github.com/afcondon/purescript-hylograph-d3-kernel.git", |
| 3426 | + "version": "v0.1.0" |
| 3427 | + }, |
| 3428 | + "hylograph-graph": { |
| 3429 | + "dependencies": [ |
| 3430 | + "arrays", |
| 3431 | + "either", |
| 3432 | + "foldable-traversable", |
| 3433 | + "free", |
| 3434 | + "graphs", |
| 3435 | + "integers", |
| 3436 | + "lists", |
| 3437 | + "maybe", |
| 3438 | + "numbers", |
| 3439 | + "ordered-collections", |
| 3440 | + "prelude", |
| 3441 | + "tree-rose", |
| 3442 | + "tuples" |
| 3443 | + ], |
| 3444 | + "repo": "https://github.com/afcondon/purescript-hylograph-graph.git", |
| 3445 | + "version": "v0.1.0" |
| 3446 | + }, |
| 3447 | + "hylograph-layout": { |
| 3448 | + "dependencies": [ |
| 3449 | + "arrays", |
| 3450 | + "either", |
| 3451 | + "foldable-traversable", |
| 3452 | + "foreign", |
| 3453 | + "free", |
| 3454 | + "hylograph-graph", |
| 3455 | + "integers", |
| 3456 | + "lists", |
| 3457 | + "maybe", |
| 3458 | + "numbers", |
| 3459 | + "ordered-collections", |
| 3460 | + "prelude", |
| 3461 | + "strings", |
| 3462 | + "transformers", |
| 3463 | + "tree-rose", |
| 3464 | + "tuples" |
| 3465 | + ], |
| 3466 | + "repo": "https://github.com/afcondon/purescript-hylograph-layout.git", |
| 3467 | + "version": "v0.1.0" |
| 3468 | + }, |
| 3469 | + "hylograph-music": { |
| 3470 | + "dependencies": [ |
| 3471 | + "arrays", |
| 3472 | + "effect", |
| 3473 | + "foldable-traversable", |
| 3474 | + "hylograph-selection", |
| 3475 | + "integers", |
| 3476 | + "maybe", |
| 3477 | + "ordered-collections", |
| 3478 | + "prelude", |
| 3479 | + "refs", |
| 3480 | + "tuples", |
| 3481 | + "web-dom" |
| 3482 | + ], |
| 3483 | + "repo": "https://github.com/afcondon/purescript-hylograph-music.git", |
| 3484 | + "version": "v0.1.0" |
| 3485 | + }, |
| 3486 | + "hylograph-optics": { |
| 3487 | + "dependencies": [ |
| 3488 | + "arrays", |
| 3489 | + "foldable-traversable", |
| 3490 | + "free", |
| 3491 | + "hylograph-graph", |
| 3492 | + "lists", |
| 3493 | + "maybe", |
| 3494 | + "ordered-collections", |
| 3495 | + "prelude", |
| 3496 | + "profunctor-lenses", |
| 3497 | + "tree-rose" |
| 3498 | + ], |
| 3499 | + "repo": "https://github.com/afcondon/purescript-hylograph-optics.git", |
| 3500 | + "version": "v0.1.0" |
| 3501 | + }, |
| 3502 | + "hylograph-selection": { |
| 3503 | + "dependencies": [ |
| 3504 | + "arrays", |
| 3505 | + "colors", |
| 3506 | + "console", |
| 3507 | + "contravariant", |
| 3508 | + "datetime", |
| 3509 | + "effect", |
| 3510 | + "either", |
| 3511 | + "foldable-traversable", |
| 3512 | + "free", |
| 3513 | + "graphs", |
| 3514 | + "hylograph-graph", |
| 3515 | + "hylograph-transitions", |
| 3516 | + "integers", |
| 3517 | + "lists", |
| 3518 | + "maybe", |
| 3519 | + "newtype", |
| 3520 | + "nullable", |
| 3521 | + "numbers", |
| 3522 | + "ordered-collections", |
| 3523 | + "partial", |
| 3524 | + "prelude", |
| 3525 | + "refs", |
| 3526 | + "strings", |
| 3527 | + "transformers", |
| 3528 | + "tree-rose", |
| 3529 | + "tuples", |
| 3530 | + "typelevel-prelude", |
| 3531 | + "unsafe-coerce", |
| 3532 | + "unsafe-reference", |
| 3533 | + "web-dom", |
| 3534 | + "web-html", |
| 3535 | + "web-pointerevents", |
| 3536 | + "web-uievents" |
| 3537 | + ], |
| 3538 | + "repo": "https://github.com/afcondon/purescript-hylograph-selection.git", |
| 3539 | + "version": "v0.1.1" |
| 3540 | + }, |
| 3541 | + "hylograph-simulation": { |
| 3542 | + "dependencies": [ |
| 3543 | + "aff", |
| 3544 | + "arrays", |
| 3545 | + "console", |
| 3546 | + "effect", |
| 3547 | + "foldable-traversable", |
| 3548 | + "foreign-object", |
| 3549 | + "functions", |
| 3550 | + "hylograph-selection", |
| 3551 | + "hylograph-transitions", |
| 3552 | + "integers", |
| 3553 | + "maybe", |
| 3554 | + "newtype", |
| 3555 | + "nullable", |
| 3556 | + "numbers", |
| 3557 | + "ordered-collections", |
| 3558 | + "prelude", |
| 3559 | + "refs", |
| 3560 | + "tuples", |
| 3561 | + "typelevel-prelude", |
| 3562 | + "unsafe-coerce", |
| 3563 | + "web-dom" |
| 3564 | + ], |
| 3565 | + "repo": "https://github.com/afcondon/purescript-hylograph-simulation.git", |
| 3566 | + "version": "v0.1.0" |
| 3567 | + }, |
| 3568 | + "hylograph-simulation-core": { |
| 3569 | + "dependencies": [ |
| 3570 | + "arrays", |
| 3571 | + "effect", |
| 3572 | + "foreign-object", |
| 3573 | + "integers", |
| 3574 | + "maybe", |
| 3575 | + "ordered-collections", |
| 3576 | + "prelude", |
| 3577 | + "refs" |
| 3578 | + ], |
| 3579 | + "repo": "https://github.com/afcondon/purescript-hylograph-simulation-core.git", |
| 3580 | + "version": "v0.1.0" |
| 3581 | + }, |
| 3582 | + "hylograph-simulation-halogen": { |
| 3583 | + "dependencies": [ |
| 3584 | + "effect", |
| 3585 | + "halogen-subscriptions", |
| 3586 | + "hylograph-d3-kernel", |
| 3587 | + "hylograph-simulation", |
| 3588 | + "maybe", |
| 3589 | + "prelude", |
| 3590 | + "refs" |
| 3591 | + ], |
| 3592 | + "repo": "https://github.com/afcondon/purescript-hylograph-simulation-halogen.git", |
| 3593 | + "version": "v0.1.0" |
| 3594 | + }, |
| 3595 | + "hylograph-transitions": { |
| 3596 | + "dependencies": [ |
| 3597 | + "arrays", |
| 3598 | + "control", |
| 3599 | + "effect", |
| 3600 | + "either", |
| 3601 | + "foldable-traversable", |
| 3602 | + "integers", |
| 3603 | + "maybe", |
| 3604 | + "numbers", |
| 3605 | + "ordered-collections", |
| 3606 | + "prelude", |
| 3607 | + "refs", |
| 3608 | + "strings" |
| 3609 | + ], |
| 3610 | + "repo": "https://github.com/afcondon/purescript-hylograph-transitions.git", |
| 3611 | + "version": "v0.1.0" |
| 3612 | + }, |
| 3613 | + "hylograph-wasm-kernel": { |
| 3614 | + "dependencies": [ |
| 3615 | + "aff", |
| 3616 | + "arrays", |
| 3617 | + "effect", |
| 3618 | + "foldable-traversable", |
| 3619 | + "foreign-object", |
| 3620 | + "halogen-subscriptions", |
| 3621 | + "hylograph-simulation-core", |
| 3622 | + "maybe", |
| 3623 | + "prelude", |
| 3624 | + "refs", |
| 3625 | + "tuples" |
| 3626 | + ], |
| 3627 | + "repo": "https://github.com/afcondon/purescript-hylograph-wasm-kernel.git", |
| 3628 | + "version": "v0.1.0" |
| 3629 | + }, |
3401 | 3630 | "hyrule": { |
3402 | 3631 | "dependencies": [ |
3403 | 3632 | "arrays", |
|
9293 | 9522 | "repo": "https://github.com/rowtype-yoga/purescript-yoga-react-dom.git", |
9294 | 9523 | "version": "v1.0.1" |
9295 | 9524 | }, |
| 9525 | + "yoga-redis": { |
| 9526 | + "dependencies": [ |
| 9527 | + "aff", |
| 9528 | + "datetime", |
| 9529 | + "effect", |
| 9530 | + "js-promise", |
| 9531 | + "js-promise-aff", |
| 9532 | + "maybe", |
| 9533 | + "newtype", |
| 9534 | + "nullable", |
| 9535 | + "prelude" |
| 9536 | + ], |
| 9537 | + "repo": "https://github.com/rowtype-yoga/purescript-yoga-redis.git", |
| 9538 | + "version": "v0.1.0" |
| 9539 | + }, |
| 9540 | + "yoga-sql-types": { |
| 9541 | + "dependencies": [ |
| 9542 | + "arrays", |
| 9543 | + "bifunctors", |
| 9544 | + "either", |
| 9545 | + "foldable-traversable", |
| 9546 | + "foreign", |
| 9547 | + "foreign-object", |
| 9548 | + "heterogeneous", |
| 9549 | + "identity", |
| 9550 | + "lists", |
| 9551 | + "maybe", |
| 9552 | + "newtype", |
| 9553 | + "nullable", |
| 9554 | + "ordered-collections", |
| 9555 | + "partial", |
| 9556 | + "prelude", |
| 9557 | + "record", |
| 9558 | + "safe-coerce", |
| 9559 | + "transformers", |
| 9560 | + "tuples", |
| 9561 | + "typelevel-prelude", |
| 9562 | + "unsafe-coerce", |
| 9563 | + "yoga-json" |
| 9564 | + ], |
| 9565 | + "repo": "https://github.com/rowtype-yoga/purescript-yoga-sql-types.git", |
| 9566 | + "version": "v0.1.0" |
| 9567 | + }, |
9296 | 9568 | "yoga-subtlecrypto": { |
9297 | 9569 | "dependencies": [ |
9298 | 9570 | "aff", |
|
9310 | 9582 | "repo": "https://github.com/rowtype-yoga/purescript-yoga-subtlecrypto.git", |
9311 | 9583 | "version": "v0.1.0" |
9312 | 9584 | }, |
| 9585 | + "yoga-test-docker": { |
| 9586 | + "dependencies": [ |
| 9587 | + "aff", |
| 9588 | + "datetime", |
| 9589 | + "effect", |
| 9590 | + "exceptions", |
| 9591 | + "prelude" |
| 9592 | + ], |
| 9593 | + "repo": "https://github.com/rowtype-yoga/purescript-yoga-test-docker.git", |
| 9594 | + "version": "v0.1.0" |
| 9595 | + }, |
9313 | 9596 | "yoga-tree": { |
9314 | 9597 | "dependencies": [ |
9315 | 9598 | "arrays", |
|
0 commit comments