Spec URL: https://jjames.fedorapeople.org/ocaml-ppx-let/ocaml-ppx-let.spec SRPM URL: https://jjames.fedorapeople.org/ocaml-ppx-let/ocaml-ppx-let-0.15.0-1.fc36.src.rpm Fedora Account System Username: jjames Description: Ppx_let is a ppx rewriter for monadic and applicative let bindings, match expressions, and if expressions. The aim of this rewriter is to make monadic and applicative code look nicer by writing custom binders the same way that we normally bind variables. In OCaml, the common way to bind the result of a computation to a variable is: let VAR = EXPR in BODY ppx_let simply adds two new binders: let%bind and let%map. These are rewritten into calls to the bind and map functions respectively. These functions are expected to have val map : 'a t -> f:('a -> 'b) -> 'b t val bind : 'a t -> f:('a -> 'b t) -> 'b t for some type t, as one might expect. These functions are to be provided by the user, and are generally expected to be part of the signatures of monads and applicatives modules. This is the case for all monads and applicatives defined by the Jane Street's Core suite of libraries.
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: Package does not contain any libtool archives (.la) [x]: Rpath absent or only used for internal libs. Generic: [x]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "MIT License", "*No copyright* MIT License". 21 files have unknown license. Detailed output of licensecheck in /home/dsupriadi/2036397-ocaml-ppx-let/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries without FPC exception. [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [x]: Macros in Summary, %description expandable at SRPM build time. Note: Macros in: ocaml-ppx-let (description) [-]: Package contains desktop file if it is a GUI application. [x]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: Package consistently uses macros (instead of hard-coded directory names). [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. [x]: Package obeys FHS, except libexecdir and /usr/target. [-]: If the package is a rename of another package, proper Obsoletes and Provides are present. [x]: Requires correct, justified where necessary. [x]: Spec file is legible and written in American English. [-]: Package contains systemd file(s) if in need. [x]: Useful -debuginfo package or justification otherwise. [x]: Package is not known to require an ExcludeArch tag. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 71680 bytes in 9 files. [x]: Package complies to the Packaging Guidelines [x]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local Ocaml: [x]: This should never happen ===== SHOULD items ===== Generic: [-]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [x]: Final provides and requires are sane (see attachments). [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [-]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x]: Package should compile and build into binary rpms on all supported architectures. [x]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [x]: Reviewer should test that the package builds in mock. [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Fully versioned dependency in subpackages if applicable. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. [x]: Spec use %global instead of %define unless justified. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: There are rpmlint messages (see attachment). [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. [x]: Spec file according to URL is the same as in SRPM. Rpmlint ------- Cannot parse rpmlint output: Rpmlint (debuginfo) ------------------- Cannot parse rpmlint output: Rpmlint (installed packages) ---------------------------- Cannot parse rpmlint output: Source checksums ---------------- https://github.com/janestreet/ppx_let/archive/v0.15.0/ppx_let-0.15.0.tar.gz : CHECKSUM(SHA256) this package : d43fd4490eaa2f65573e4fd7125f65b7d1bdc2563a4564fac766b04ba1da35c8 CHECKSUM(SHA256) upstream package : d43fd4490eaa2f65573e4fd7125f65b7d1bdc2563a4564fac766b04ba1da35c8 Requires -------- ocaml-ppx-let (rpmlib, GLIBC filtered): glibc libc.so.6()(64bit) libm.so.6()(64bit) ocaml(Astlib) ocaml(Astlib__) ocaml(Astlib__Ast_402) ocaml(Astlib__Ast_403) ocaml(Astlib__Ast_404) ocaml(Astlib__Ast_405) ocaml(Astlib__Ast_406) ocaml(Astlib__Ast_407) ocaml(Astlib__Ast_408) ocaml(Astlib__Ast_409) ocaml(Astlib__Ast_410) ocaml(Astlib__Ast_411) ocaml(Astlib__Ast_412) ocaml(Astlib__Ast_413) ocaml(Astlib__Ast_414) ocaml(Astlib__Location) ocaml(Astlib__Longident) ocaml(Astlib__Parse) ocaml(Asttypes) ocaml(Base) ocaml(Base__) ocaml(Base__Applicative) ocaml(Base__Applicative_intf) ocaml(Base__Array) ocaml(Base__Backtrace) ocaml(Base__Binary_searchable) ocaml(Base__Binary_searchable_intf) ocaml(Base__Blit) ocaml(Base__Blit_intf) ocaml(Base__Bool) ocaml(Base__Bytes) ocaml(Base__Bytes_set_primitives) ocaml(Base__Char) ocaml(Base__Comparable) ocaml(Base__Comparable_intf) ocaml(Base__Comparator) ocaml(Base__Comparisons) ocaml(Base__Container) ocaml(Base__Container_intf) ocaml(Base__Either0) ocaml(Base__Equal) ocaml(Base__Error) ocaml(Base__Exn) ocaml(Base__Field) ocaml(Base__Float) ocaml(Base__Floatable) ocaml(Base__Formatter) ocaml(Base__Hash) ocaml(Base__Hash_intf) ocaml(Base__Hashable) ocaml(Base__Hashable_intf) ocaml(Base__Identifiable) ocaml(Base__Identifiable_intf) ocaml(Base__Import) ocaml(Base__Import0) ocaml(Base__Indexed_container) ocaml(Base__Indexed_container_intf) ocaml(Base__Info) ocaml(Base__Info_intf) ocaml(Base__Int) ocaml(Base__Int0) ocaml(Base__Int32) ocaml(Base__Int63) ocaml(Base__Int63_emul) ocaml(Base__Int64) ocaml(Base__Int_intf) ocaml(Base__Intable) ocaml(Base__Invariant) ocaml(Base__Invariant_intf) ocaml(Base__Lazy) ocaml(Base__List) ocaml(Base__Monad) ocaml(Base__Monad_intf) ocaml(Base__Nativeint) ocaml(Base__Option) ocaml(Base__Or_error) ocaml(Base__Poly0) ocaml(Base__Ppx_compare_lib) ocaml(Base__Ppx_hash_lib) ocaml(Base__Pretty_printer) ocaml(Base__Printf) ocaml(Base__Random) ocaml(Base__Ref) ocaml(Base__Result) ocaml(Base__Sequence) ocaml(Base__Sexp) ocaml(Base__Sexp_with_comparable) ocaml(Base__Sexpable) ocaml(Base__Sign) ocaml(Base__Sign0) ocaml(Base__Sign_or_nan) ocaml(Base__Source_code_position0) ocaml(Base__Staged) ocaml(Base__String) ocaml(Base__String0) ocaml(Base__Stringable) ocaml(Base__Sys0) ocaml(Base__T) ocaml(Base__Unit) ocaml(Base_internalhash_types) ocaml(Build_path_prefix_map) ocaml(Caml) ocaml(CamlinternalFormatBasics) ocaml(CamlinternalLazy) ocaml(CamlinternalOO) ocaml(Clflags) ocaml(Cmi_format) ocaml(Compmisc) ocaml(Env) ocaml(Ident) ocaml(Identifiable) ocaml(Load_path) ocaml(Location) ocaml(Longident) ocaml(Misc) ocaml(Ocaml_common) ocaml(Ocaml_shadow) ocaml(Outcometree) ocaml(Parsetree) ocaml(Path) ocaml(Ppx_here_expander) ocaml(Ppx_let_expander) ocaml(Ppxlib) ocaml(Ppxlib__) ocaml(Ppxlib__Ast_builder) ocaml(Ppxlib__Ast_builder_generated) ocaml(Ppxlib__Ast_builder_intf) ocaml(Ppxlib__Ast_pattern) ocaml(Ppxlib__Ast_pattern0) ocaml(Ppxlib__Ast_pattern_generated) ocaml(Ppxlib__Ast_traverse) ocaml(Ppxlib__Attribute) ocaml(Ppxlib__Code_path) ocaml(Ppxlib__Common) ocaml(Ppxlib__Context_free) ocaml(Ppxlib__Driver) ocaml(Ppxlib__Expansion_context) ocaml(Ppxlib__Extension) ocaml(Ppxlib__Import) ocaml(Ppxlib__Loc) ocaml(Ppxlib__Location) ocaml(Ppxlib__Longident) ocaml(Ppxlib__Merlin_helpers) ocaml(Ppxlib__Name) ocaml(Ppxlib__Utils) ocaml(Ppxlib_ast) ocaml(Ppxlib_ast__) ocaml(Ppxlib_ast__Ast) ocaml(Ppxlib_ast__Import) ocaml(Ppxlib_ast__Versions) ocaml(Ppxlib_traverse_builtins) ocaml(Primitive) ocaml(Profile) ocaml(Sexplib0) ocaml(Sexplib0__) ocaml(Sexplib0__Sexp) ocaml(Sexplib0__Sexp_conv) ocaml(Sexplib0__Sexp_conv_error) ocaml(Sexplib0__Sexp_conv_grammar) ocaml(Sexplib0__Sexp_grammar) ocaml(Sexplib0__Sexpable) ocaml(Shadow_stdlib) ocaml(Stdlib) ocaml(Stdlib__Arg) ocaml(Stdlib__Array) ocaml(Stdlib__Buffer) ocaml(Stdlib__Bytes) ocaml(Stdlib__BytesLabels) ocaml(Stdlib__Char) ocaml(Stdlib__Digest) ocaml(Stdlib__Either) ocaml(Stdlib__Format) ocaml(Stdlib__Hashtbl) ocaml(Stdlib__Int32) ocaml(Stdlib__Int64) ocaml(Stdlib__Lazy) ocaml(Stdlib__Lexing) ocaml(Stdlib__List) ocaml(Stdlib__ListLabels) ocaml(Stdlib__Map) ocaml(Stdlib__MoreLabels) ocaml(Stdlib__Nativeint) ocaml(Stdlib__Obj) ocaml(Stdlib__Pervasives) ocaml(Stdlib__Printexc) ocaml(Stdlib__Printf) ocaml(Stdlib__Seq) ocaml(Stdlib__Set) ocaml(Stdlib__StdLabels) ocaml(Stdlib__String) ocaml(Stdlib__StringLabels) ocaml(Stdlib__Sys) ocaml(Stdlib__Uchar) ocaml(Stdppx) ocaml(Subst) ocaml(Type_immediacy) ocaml(Types) ocaml(Warnings) ocamlx(Base) ocamlx(Base__List) ocamlx(Base__Option) ocamlx(Base__Printf) ocamlx(Base__String) ocamlx(CamlinternalOO) ocamlx(Ppx_let_expander) ocamlx(Ppxlib) ocamlx(Ppxlib__Ast_builder) ocamlx(Ppxlib__Ast_pattern) ocamlx(Ppxlib__Ast_traverse) ocamlx(Ppxlib__Driver) ocamlx(Ppxlib__Extension) ocamlx(Ppxlib__Loc) ocamlx(Ppxlib__Location) ocamlx(Ppxlib__Merlin_helpers) rtld(GNU_HASH) ocaml-ppx-let-devel (rpmlib, GLIBC filtered): ocaml(Astlib) ocaml(Astlib__) ocaml(Astlib__Ast_402) ocaml(Astlib__Ast_403) ocaml(Astlib__Ast_404) ocaml(Astlib__Ast_405) ocaml(Astlib__Ast_406) ocaml(Astlib__Ast_407) ocaml(Astlib__Ast_408) ocaml(Astlib__Ast_409) ocaml(Astlib__Ast_410) ocaml(Astlib__Ast_411) ocaml(Astlib__Ast_412) ocaml(Astlib__Ast_413) ocaml(Astlib__Ast_414) ocaml(Astlib__Location) ocaml(Astlib__Longident) ocaml(Astlib__Parse) ocaml(Asttypes) ocaml(Base) ocaml(Base__) ocaml(Base__Applicative) ocaml(Base__Applicative_intf) ocaml(Base__Array) ocaml(Base__Backtrace) ocaml(Base__Binary_searchable) ocaml(Base__Binary_searchable_intf) ocaml(Base__Blit) ocaml(Base__Blit_intf) ocaml(Base__Bool) ocaml(Base__Bytes) ocaml(Base__Bytes_set_primitives) ocaml(Base__Char) ocaml(Base__Comparable) ocaml(Base__Comparable_intf) ocaml(Base__Comparator) ocaml(Base__Comparisons) ocaml(Base__Container) ocaml(Base__Container_intf) ocaml(Base__Either0) ocaml(Base__Equal) ocaml(Base__Error) ocaml(Base__Exn) ocaml(Base__Field) ocaml(Base__Float) ocaml(Base__Floatable) ocaml(Base__Formatter) ocaml(Base__Hash) ocaml(Base__Hash_intf) ocaml(Base__Hashable) ocaml(Base__Hashable_intf) ocaml(Base__Identifiable) ocaml(Base__Identifiable_intf) ocaml(Base__Import) ocaml(Base__Import0) ocaml(Base__Indexed_container) ocaml(Base__Indexed_container_intf) ocaml(Base__Info) ocaml(Base__Info_intf) ocaml(Base__Int) ocaml(Base__Int0) ocaml(Base__Int32) ocaml(Base__Int63) ocaml(Base__Int63_emul) ocaml(Base__Int64) ocaml(Base__Int_intf) ocaml(Base__Intable) ocaml(Base__Invariant) ocaml(Base__Invariant_intf) ocaml(Base__Lazy) ocaml(Base__List) ocaml(Base__Monad) ocaml(Base__Monad_intf) ocaml(Base__Nativeint) ocaml(Base__Option) ocaml(Base__Or_error) ocaml(Base__Poly0) ocaml(Base__Ppx_compare_lib) ocaml(Base__Ppx_hash_lib) ocaml(Base__Pretty_printer) ocaml(Base__Printf) ocaml(Base__Random) ocaml(Base__Ref) ocaml(Base__Result) ocaml(Base__Sequence) ocaml(Base__Sexp) ocaml(Base__Sexp_with_comparable) ocaml(Base__Sexpable) ocaml(Base__Sign) ocaml(Base__Sign0) ocaml(Base__Sign_or_nan) ocaml(Base__Source_code_position0) ocaml(Base__Staged) ocaml(Base__String) ocaml(Base__String0) ocaml(Base__Stringable) ocaml(Base__Sys0) ocaml(Base__T) ocaml(Base__Unit) ocaml(Base_internalhash_types) ocaml(Build_path_prefix_map) ocaml(Caml) ocaml(CamlinternalFormatBasics) ocaml(CamlinternalLazy) ocaml(CamlinternalOO) ocaml(Clflags) ocaml(Cmi_format) ocaml(Compmisc) ocaml(Env) ocaml(Ident) ocaml(Identifiable) ocaml(Load_path) ocaml(Location) ocaml(Longident) ocaml(Misc) ocaml(Ocaml_common) ocaml(Ocaml_shadow) ocaml(Outcometree) ocaml(Parsetree) ocaml(Path) ocaml(Ppx_here_expander) ocaml(Ppx_let_expander) ocaml(Ppxlib) ocaml(Ppxlib__) ocaml(Ppxlib__Ast_builder) ocaml(Ppxlib__Ast_builder_generated) ocaml(Ppxlib__Ast_builder_intf) ocaml(Ppxlib__Ast_pattern) ocaml(Ppxlib__Ast_pattern0) ocaml(Ppxlib__Ast_pattern_generated) ocaml(Ppxlib__Ast_traverse) ocaml(Ppxlib__Attribute) ocaml(Ppxlib__Code_path) ocaml(Ppxlib__Common) ocaml(Ppxlib__Context_free) ocaml(Ppxlib__Driver) ocaml(Ppxlib__Expansion_context) ocaml(Ppxlib__Extension) ocaml(Ppxlib__Import) ocaml(Ppxlib__Loc) ocaml(Ppxlib__Location) ocaml(Ppxlib__Longident) ocaml(Ppxlib__Merlin_helpers) ocaml(Ppxlib__Name) ocaml(Ppxlib__Utils) ocaml(Ppxlib_ast) ocaml(Ppxlib_ast__) ocaml(Ppxlib_ast__Ast) ocaml(Ppxlib_ast__Import) ocaml(Ppxlib_ast__Versions) ocaml(Ppxlib_traverse_builtins) ocaml(Primitive) ocaml(Profile) ocaml(Sexplib0) ocaml(Sexplib0__) ocaml(Sexplib0__Sexp) ocaml(Sexplib0__Sexp_conv) ocaml(Sexplib0__Sexp_conv_error) ocaml(Sexplib0__Sexp_conv_grammar) ocaml(Sexplib0__Sexp_grammar) ocaml(Sexplib0__Sexpable) ocaml(Shadow_stdlib) ocaml(Stdlib) ocaml(Stdlib__Arg) ocaml(Stdlib__Array) ocaml(Stdlib__Buffer) ocaml(Stdlib__Bytes) ocaml(Stdlib__BytesLabels) ocaml(Stdlib__Char) ocaml(Stdlib__Digest) ocaml(Stdlib__Either) ocaml(Stdlib__Format) ocaml(Stdlib__Hashtbl) ocaml(Stdlib__Int32) ocaml(Stdlib__Int64) ocaml(Stdlib__Lazy) ocaml(Stdlib__Lexing) ocaml(Stdlib__List) ocaml(Stdlib__ListLabels) ocaml(Stdlib__Map) ocaml(Stdlib__MoreLabels) ocaml(Stdlib__Nativeint) ocaml(Stdlib__Obj) ocaml(Stdlib__Pervasives) ocaml(Stdlib__Printexc) ocaml(Stdlib__Printf) ocaml(Stdlib__Seq) ocaml(Stdlib__Set) ocaml(Stdlib__StdLabels) ocaml(Stdlib__String) ocaml(Stdlib__StringLabels) ocaml(Stdlib__Sys) ocaml(Stdlib__Uchar) ocaml(Stdppx) ocaml(Subst) ocaml(Type_immediacy) ocaml(Types) ocaml(Warnings) ocaml-base-devel(x86-64) ocaml-ppx-here-devel(x86-64) ocaml-ppx-let(x86-64) ocaml-ppxlib-devel(x86-64) ocamlx(Base) ocamlx(Base__List) ocamlx(Base__Option) ocamlx(Base__Printf) ocamlx(Base__String) ocamlx(CamlinternalOO) ocamlx(Ppx_let_expander) ocamlx(Ppxlib) ocamlx(Ppxlib__Ast_builder) ocamlx(Ppxlib__Ast_pattern) ocamlx(Ppxlib__Ast_traverse) ocamlx(Ppxlib__Driver) ocamlx(Ppxlib__Extension) ocamlx(Ppxlib__Loc) ocamlx(Ppxlib__Location) ocamlx(Ppxlib__Merlin_helpers) ocaml-ppx-let-debuginfo (rpmlib, GLIBC filtered): ocaml-ppx-let-debugsource (rpmlib, GLIBC filtered): Provides -------- ocaml-ppx-let: ocaml(Ppx_let) ocaml(Ppx_let_expander) ocaml-ppx-let ocaml-ppx-let(x86-64) ocamlx(Ppx_let) ocamlx(Ppx_let_expander) ocaml-ppx-let-devel: ocaml(Ppx_let) ocaml(Ppx_let_expander) ocaml-ppx-let-devel ocaml-ppx-let-devel(x86-64) ocamlx(Ppx_let) ocamlx(Ppx_let_expander) ocaml-ppx-let-debuginfo: debuginfo(build-id) ocaml-ppx-let-debuginfo ocaml-ppx-let-debuginfo(x86-64) ocaml-ppx-let-debugsource: ocaml-ppx-let-debugsource ocaml-ppx-let-debugsource(x86-64) Generated by fedora-review 0.7.6 (b083f91) last change: 2020-11-10 Command line :/usr/bin/fedora-review -b 2036397 Buildroot used: fedora-rawhide-x86_64 Active plugins: Ocaml, Shell-api, Generic, C/C++ Disabled plugins: fonts, SugarActivity, Java, Perl, R, Python, PHP, Haskell Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
Could you review this in return if you have some time, please? https://bugzilla.redhat.com/show_bug.cgi?id=2036341
Thank you for the review! I will look at your review right away.
(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/ocaml-ppx-let
Built in Rawhide.