Mon, 13 Jan 2025 01:35:34 UTC | login

Information for RPM ocaml-parsexp-0.17.0-3.fc42.riscv64.rpm

ID1489066
Nameocaml-parsexp
Version0.17.0
Release3.fc42
Epoch
Archriscv64
SummaryS-expression parsing library
DescriptionThis library provides generic parsers for parsing S-expressions from strings or other media. The library is focused on performance but still provides full generic parsers that can be used effortlessly with strings, bigstrings, lexing buffers, character streams or any other source. It provides three different classes of parsers: - the normal parsers, producing [Sexp.t] or [Sexp.t list] values; - the parsers with positions, building compact position sequences so that one can recover original positions in order to properly report error locations at little cost; and - the Concrete Syntax Tree parsers, producing values of type [Parsexp.Cst.t] which record the concrete layout of the s-expression syntax, including comments. This library is portable and doesn't provide I/O functions. To read s-expressions from files or other external sources, you should use parsexp_io.
Build Time2025-01-11 22:15:22 GMT
Size361.99 KB
8389e8c416eccbf21ae8487a1215a194
LicenseMIT
git:https://github.com/janestreet/parsexp.git
Buildrootf42-build-865703-173376
Provides
ocaml(Parsexp) = 49717a9adf17ceef564066fd67f91b7a
ocaml(Parsexp__) = ce7e8bcced9d54a2ce281195da05da49
ocaml(Parsexp__Automaton) = 89826fbe2047dfb0356f03d3799fafd9
ocaml(Parsexp__Automaton_action) = e988113f0bd45f7a1196045a525fe7e8
ocaml(Parsexp__Automaton_intf) = 4f2b5555ecfa00a94b0b27b8787602fb
ocaml(Parsexp__Automaton_stack) = 8e5ba0d85ad9017c842fba2a810a1d51
ocaml(Parsexp__Automaton_stack_intf) = ad069c128f0289f77a7625e1c70e1f16
ocaml(Parsexp__Automaton_state) = 05fdf46d0f533fd04dafe884b8d6042e
ocaml(Parsexp__Automaton_state_intf) = 9363fc678345bb0ad89729eddb4c34ec
ocaml(Parsexp__Automaton_tables) = df966c48fb45a53c439cb608d4aa3457
ocaml(Parsexp__Conv) = c309ff4efa31a7df0f5db010bc090bfd
ocaml(Parsexp__Conv_error) = 7cec6fde41958fc7599f6e15f89feb49
ocaml(Parsexp__Conv_intf) = 74eb3cdb6b31f44165dd7a16e468208d
ocaml(Parsexp__Cst) = 913b7539f4e928839b41a29884998eff
ocaml(Parsexp__Import) = b0088da00fc5f858d6fa8f3760172af1
ocaml(Parsexp__Of_sexp_error) = 15687df5182251d43d4fa3586fb909c9
ocaml(Parsexp__Old_parser_cont_state) = 64359c17eab7290ca3e15e85aa5174cd
ocaml(Parsexp__Parse_error) = 9ec699ed4691a0dc7da338cfef0f0b29
ocaml(Parsexp__Parse_error_intf) = 8183c112e66e0dd5e32f3e806cf6d335
ocaml(Parsexp__Parser) = 579bf74c0d59e1e2f84e16647598e349
ocaml(Parsexp__Parser_intf) = 7a1f83900118a10c01603e9e67306916
ocaml(Parsexp__Parsexp_intf) = 5454f574a12ae7bcae28405517376f61
ocaml(Parsexp__Positions) = 4b7555123d9ba967520f07fd60a6f280
ocaml-parsexp = 0.17.0-3.fc42
ocaml-parsexp(riscv-64) = 0.17.0-3.fc42
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65
ocaml(CamlinternalLazy) = e6f402abe3d0b60a19bf6c6c6c6f0848
ocaml(CamlinternalMod) = 2841d459081b0d0dfe3bde24f9787af1
ocaml(Parsexp__) = ce7e8bcced9d54a2ce281195da05da49
ocaml(Parsexp__Automaton) = 89826fbe2047dfb0356f03d3799fafd9
ocaml(Parsexp__Automaton_action) = e988113f0bd45f7a1196045a525fe7e8
ocaml(Parsexp__Automaton_intf) = 4f2b5555ecfa00a94b0b27b8787602fb
ocaml(Parsexp__Automaton_stack) = 8e5ba0d85ad9017c842fba2a810a1d51
ocaml(Parsexp__Automaton_stack_intf) = ad069c128f0289f77a7625e1c70e1f16
ocaml(Parsexp__Automaton_state) = 05fdf46d0f533fd04dafe884b8d6042e
ocaml(Parsexp__Automaton_state_intf) = 9363fc678345bb0ad89729eddb4c34ec
ocaml(Parsexp__Automaton_tables) = df966c48fb45a53c439cb608d4aa3457
ocaml(Parsexp__Conv) = c309ff4efa31a7df0f5db010bc090bfd
ocaml(Parsexp__Conv_error) = 7cec6fde41958fc7599f6e15f89feb49
ocaml(Parsexp__Conv_intf) = 74eb3cdb6b31f44165dd7a16e468208d
ocaml(Parsexp__Cst) = 913b7539f4e928839b41a29884998eff
ocaml(Parsexp__Import) = b0088da00fc5f858d6fa8f3760172af1
ocaml(Parsexp__Of_sexp_error) = 15687df5182251d43d4fa3586fb909c9
ocaml(Parsexp__Old_parser_cont_state) = 64359c17eab7290ca3e15e85aa5174cd
ocaml(Parsexp__Parse_error) = 9ec699ed4691a0dc7da338cfef0f0b29
ocaml(Parsexp__Parse_error_intf) = 8183c112e66e0dd5e32f3e806cf6d335
ocaml(Parsexp__Parser) = 579bf74c0d59e1e2f84e16647598e349
ocaml(Parsexp__Parser_intf) = 7a1f83900118a10c01603e9e67306916
ocaml(Parsexp__Parsexp_intf) = 5454f574a12ae7bcae28405517376f61
ocaml(Parsexp__Positions) = 4b7555123d9ba967520f07fd60a6f280
ocaml(Sexplib0) = bc68dbd2e76339ec5638da9d4c338f13
ocaml(Sexplib0__) = feb269136f42dd22b4e94da8028d5208
ocaml(Sexplib0__Sexp) = daf559cf5a6289d9a29acc235f0116fe
ocaml(Sexplib0__Sexp_conv) = cb103b194b288fe4bbcac4c04cd5f15a
ocaml(Sexplib0__Sexp_conv_grammar) = b08d94ca27b3da663c99442a27621ea6
ocaml(Sexplib0__Sexp_grammar) = bd6d71eee88627da787e2aa62c859f13
ocaml(Stdlib) = 6a82e83554ad797b37ccbdfb6821c2b7
ocaml(Stdlib__Array) = 9d976b3b47c2c5800331b7449565b98c
ocaml(Stdlib__Buffer) = bf6c18db9a96f4c2d97dddb7f07cdee4
ocaml(Stdlib__Bytes) = ad0e607bc378f814f5d4913a8a7b8bc5
ocaml(Stdlib__Char) = 9d1b9b22570f14b7df32bb39bc59d2f2
ocaml(Stdlib__Domain) = 24d9be01b1377d92ed29d08905486a54
ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5
ocaml(Stdlib__Format) = 0ebac7e879592236ff0000cd94267ec7
ocaml(Stdlib__Hashtbl) = 62d90b388a282ba341dbe91a50a61569
ocaml(Stdlib__Int32) = c023c5ff3d236c9ddea65bf3e12846b5
ocaml(Stdlib__Lazy) = 1d6be45458ac0f04df24caf4c6b0825f
ocaml(Stdlib__Lexing) = 3e6ab8b82b1880d4ad2ced0d57aca6f7
ocaml(Stdlib__List) = a30617a473d55bfeb31bc8cb1d8035c0
ocaml(Stdlib__ListLabels) = 9d8c7a36d981cc0636f00d3d90085f3e
ocaml(Stdlib__Obj) = 95b257801d6620efb9f733a08b806029
ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff
ocaml(Stdlib__String) = 11ee86c6d03e0b37a2ef80541f3e00be
ocaml(Stdlib__Sys) = aa921c44c52af557dede0ef5720a3515
ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 35 of 35
Name ascending sort Size
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/2f0.00 B
/usr/lib/.build-id/2f/e94b16343604fe1cf91f8a8aa03fa92df7e76f48.00 B
/usr/lib64/ocaml/parsexp0.00 B
/usr/lib64/ocaml/parsexp/META182.00 B
/usr/lib64/ocaml/parsexp/parsexp.cma302.92 KB
/usr/lib64/ocaml/parsexp/parsexp.cmi10.48 KB
/usr/lib64/ocaml/parsexp/parsexp.cmxs579.93 KB
/usr/lib64/ocaml/parsexp/parsexp__.cmi1.38 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton.cmi2.56 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_action.cmi2.67 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_intf.cmi2.56 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_stack.cmi1.64 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_stack_intf.cmi1.62 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_state.cmi1.89 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_state_intf.cmi3.04 KB
/usr/lib64/ocaml/parsexp/parsexp__Automaton_tables.cmi1.47 KB
/usr/lib64/ocaml/parsexp/parsexp__Conv.cmi2.90 KB
/usr/lib64/ocaml/parsexp/parsexp__Conv_error.cmi1.28 KB
/usr/lib64/ocaml/parsexp/parsexp__Conv_intf.cmi3.56 KB
/usr/lib64/ocaml/parsexp/parsexp__Cst.cmi1.86 KB
/usr/lib64/ocaml/parsexp/parsexp__Import.cmi4.19 KB
/usr/lib64/ocaml/parsexp/parsexp__Of_sexp_error.cmi1.35 KB
/usr/lib64/ocaml/parsexp/parsexp__Old_parser_cont_state.cmi1.17 KB
/usr/lib64/ocaml/parsexp/parsexp__Parse_error.cmi1.51 KB
/usr/lib64/ocaml/parsexp/parsexp__Parse_error_intf.cmi1.93 KB
/usr/lib64/ocaml/parsexp/parsexp__Parser.cmi1.62 KB
/usr/lib64/ocaml/parsexp/parsexp__Parser_intf.cmi3.65 KB
/usr/lib64/ocaml/parsexp/parsexp__Parsexp_intf.cmi10.52 KB
/usr/lib64/ocaml/parsexp/parsexp__Positions.cmi2.30 KB
/usr/share/doc/ocaml-parsexp0.00 B
/usr/share/doc/ocaml-parsexp/CHANGES.md542.00 B
/usr/share/doc/ocaml-parsexp/README.org5.12 KB
/usr/share/licenses/ocaml-parsexp0.00 B
/usr/share/licenses/ocaml-parsexp/LICENSE.md1.10 KB
Component of
1 through 3 of 3
Buildroot descending sort Created State
f42-build-866045-173661 2025-01-12 20:39:08 expired
f42-build-865981-173613 2025-01-12 18:32:32 expired
f42-build-865739-173451 2025-01-12 09:08:48 expired