lol

ocamlPackages.{ppx_conv_func,ppx_csv_conv}: init at 0.15.0 & 0.16.0

+28
+14
pkgs/development/ocaml-modules/janestreet/0.15.nix
··· 582 582 propagatedBuildInputs = [ ppxlib base ]; 583 583 }; 584 584 585 + ppx_conv_func = janePackage { 586 + pname = "ppx_conv_func"; 587 + hash = "sha256-61jX8yHZYOnMx1Jlqaq9zSOz25HLOa0Wv/iG6Hu82zI="; 588 + meta.description = "Part of the Jane Street's PPX rewriters collection"; 589 + propagatedBuildInputs = [ ppxlib base ]; 590 + }; 591 + 585 592 ppx_custom_printf = janePackage { 586 593 pname = "ppx_custom_printf"; 587 594 hash = "1k8nmq6kwqz2wpkm9ymq749dz1vd8lxrjc711knp1wyz5935hnsv"; ··· 595 602 hash = "09dpmj3f3m3z1ji9hq775iqr3cfmv5gh7q9zlblizj4wx4y0ibyi"; 596 603 meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within"; 597 604 propagatedBuildInputs = [ core_kernel ppxlib js_of_ocaml js_of_ocaml-ppx sedlex ]; 605 + }; 606 + 607 + ppx_csv_conv = janePackage { 608 + pname = "ppx_csv_conv"; 609 + hash = "sha256-ctwgUs1buBZiNqac4760LhWd2/PMZRuxx8SE5T7yZ+g="; 610 + meta.description = "Generate functions to read/write records in csv format"; 611 + propagatedBuildInputs = [ csvfields ppx_conv_func ]; 598 612 }; 599 613 600 614 ppx_disable_unused_warnings = janePackage {
+14
pkgs/development/ocaml-modules/janestreet/0.16.nix
··· 698 698 propagatedBuildInputs = [ ppxlib base ]; 699 699 }; 700 700 701 + ppx_conv_func = janePackage { 702 + pname = "ppx_conv_func"; 703 + hash = "sha256-HPHSZHdR9ll+7EbWc36shTdRPFYB0lkApidk+XL3clI="; 704 + meta.description = "Part of the Jane Street's PPX rewriters collection"; 705 + propagatedBuildInputs = [ ppxlib base ]; 706 + }; 707 + 701 708 ppx_custom_printf = janePackage { 702 709 pname = "ppx_custom_printf"; 703 710 hash = "sha256-V30ijRgcma/rwysPxNAFnuJIb7XFrfi7mfjJxN+rSak="; ··· 710 717 hash = "sha256-spT/dJW8YJtG4pOku9r6VVlBAMwGakTrr1euiABeqsU="; 711 718 meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within"; 712 719 propagatedBuildInputs = [ async async_unix core_kernel core_unix ppxlib js_of_ocaml js_of_ocaml-ppx sedlex virtual_dom ]; 720 + }; 721 + 722 + ppx_csv_conv = janePackage { 723 + pname = "ppx_csv_conv"; 724 + hash = "sha256-RdPcDPLzoSf45Zeon3f4HcEvlwB6Q6sAINX3LHmjmj8="; 725 + meta.description = "Generate functions to read/write records in csv format"; 726 + propagatedBuildInputs = [ csvfields ppx_conv_func ]; 713 727 }; 714 728 715 729 ppx_demo = janePackage {