notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
crystal Language with Ruby-like syntax and static type checking
1.10.1_1 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.3Version of this port present on the latest quarterly branch.
Maintainer: dmgk@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-02-19 13:24:04
Last Update: 2024-01-21 22:32:09
Commit Hash: ff994da
License: APACHE20
WWW:
https://crystal-lang.org
Description:
Crystal is a programming language with the following goals: - Have a syntax similar to Ruby (but compatibility with it is not a goal) - Be statically type-checked, but without having to specify the type of variables or method arguments. - Be able to call C code by writing bindings to it in Crystal. - Have compile-time evaluation and generation of code, to avoid boilerplate code. - Compile to efficient native code.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1417 items)
Collapse this list.
  1. /usr/local/share/licenses/crystal-1.10.1_1/catalog.mk
  2. /usr/local/share/licenses/crystal-1.10.1_1/LICENSE
  3. /usr/local/share/licenses/crystal-1.10.1_1/APACHE20
  4. bin/crystal
  5. etc/bash_completion.d/_crystal.bash
  6. lib/crystal/VERSION
  7. lib/crystal/annotations.cr
  8. lib/crystal/array.cr
  9. lib/crystal/atomic.cr
  10. lib/crystal/base64.cr
  11. lib/crystal/benchmark.cr
  12. lib/crystal/benchmark/bm.cr
  13. lib/crystal/benchmark/ips.cr
  14. lib/crystal/big.cr
  15. lib/crystal/big/big_decimal.cr
  16. lib/crystal/big/big_float.cr
  17. lib/crystal/big/big_int.cr
  18. lib/crystal/big/big_rational.cr
  19. lib/crystal/big/json.cr
  20. lib/crystal/big/lib_gmp.cr
  21. lib/crystal/big/number.cr
  22. lib/crystal/big/yaml.cr
  23. lib/crystal/bit_array.cr
  24. lib/crystal/bool.cr
  25. lib/crystal/box.cr
  26. lib/crystal/channel.cr
  27. lib/crystal/char.cr
  28. lib/crystal/char/reader.cr
  29. lib/crystal/class.cr
  30. lib/crystal/colorize.cr
  31. lib/crystal/comparable.cr
  32. lib/crystal/compiler/crystal.cr
  33. lib/crystal/compiler/crystal/annotatable.cr
  34. lib/crystal/compiler/crystal/codegen/asm.cr
  35. lib/crystal/compiler/crystal/codegen/ast.cr
  36. lib/crystal/compiler/crystal/codegen/cache_dir.cr
  37. lib/crystal/compiler/crystal/codegen/call.cr
  38. lib/crystal/compiler/crystal/codegen/cast.cr
  39. lib/crystal/compiler/crystal/codegen/class_var.cr
  40. lib/crystal/compiler/crystal/codegen/codegen.cr
  41. lib/crystal/compiler/crystal/codegen/cond.cr
  42. lib/crystal/compiler/crystal/codegen/const.cr
  43. lib/crystal/compiler/crystal/codegen/context.cr
  44. lib/crystal/compiler/crystal/codegen/crystal_llvm_builder.cr
  45. lib/crystal/compiler/crystal/codegen/debug.cr
  46. lib/crystal/compiler/crystal/codegen/exception.cr
  47. lib/crystal/compiler/crystal/codegen/experimental.cr
  48. lib/crystal/compiler/crystal/codegen/fun.cr
  49. lib/crystal/compiler/crystal/codegen/link.cr
  50. lib/crystal/compiler/crystal/codegen/llvm_builder_helper.cr
  51. lib/crystal/compiler/crystal/codegen/llvm_id.cr
  52. lib/crystal/compiler/crystal/codegen/llvm_typer.cr
  53. lib/crystal/compiler/crystal/codegen/match.cr
  54. lib/crystal/compiler/crystal/codegen/once.cr
  55. lib/crystal/compiler/crystal/codegen/phi.cr
  56. lib/crystal/compiler/crystal/codegen/primitives.cr
  57. lib/crystal/compiler/crystal/codegen/target.cr
  58. lib/crystal/compiler/crystal/codegen/type_id.cr
  59. lib/crystal/compiler/crystal/codegen/types.cr
  60. lib/crystal/compiler/crystal/codegen/unions.cr
  61. lib/crystal/compiler/crystal/command.cr
  62. lib/crystal/compiler/crystal/command/clear_cache.cr
  63. lib/crystal/compiler/crystal/command/cursor.cr
  64. lib/crystal/compiler/crystal/command/docs.cr
  65. lib/crystal/compiler/crystal/command/env.cr
  66. lib/crystal/compiler/crystal/command/eval.cr
  67. lib/crystal/compiler/crystal/command/format.cr
  68. lib/crystal/compiler/crystal/command/playground.cr
  69. lib/crystal/compiler/crystal/command/repl.cr
  70. lib/crystal/compiler/crystal/command/spec.cr
  71. lib/crystal/compiler/crystal/compiler.cr
  72. lib/crystal/compiler/crystal/config.cr
  73. lib/crystal/compiler/crystal/crystal_path.cr
  74. lib/crystal/compiler/crystal/error.cr
  75. lib/crystal/compiler/crystal/exception.cr
  76. lib/crystal/compiler/crystal/ffi/call_interface.cr
  77. lib/crystal/compiler/crystal/ffi/closure.cr
  78. lib/crystal/compiler/crystal/ffi/ffi.cr
  79. lib/crystal/compiler/crystal/ffi/lib_ffi.cr
  80. lib/crystal/compiler/crystal/ffi/type.cr
  81. lib/crystal/compiler/crystal/formatter.cr
  82. lib/crystal/compiler/crystal/interpreter.cr
  83. lib/crystal/compiler/crystal/interpreter/c.cr
  84. lib/crystal/compiler/crystal/interpreter/cast.cr
  85. lib/crystal/compiler/crystal/interpreter/class_vars.cr
  86. lib/crystal/compiler/crystal/interpreter/closure.cr
  87. lib/crystal/compiler/crystal/interpreter/closure_context.cr
  88. lib/crystal/compiler/crystal/interpreter/compiled_block.cr
  89. lib/crystal/compiler/crystal/interpreter/compiled_def.cr
  90. lib/crystal/compiler/crystal/interpreter/compiled_instructions.cr
  91. lib/crystal/compiler/crystal/interpreter/compiler.cr
  92. lib/crystal/compiler/crystal/interpreter/constants.cr
  93. lib/crystal/compiler/crystal/interpreter/context.cr
  94. lib/crystal/compiler/crystal/interpreter/debug.cr
  95. lib/crystal/compiler/crystal/interpreter/disassembler.cr
  96. lib/crystal/compiler/crystal/interpreter/escaping_exception.cr
  97. lib/crystal/compiler/crystal/interpreter/ffi_closure_context.cr
  98. lib/crystal/compiler/crystal/interpreter/instruction.cr
  99. lib/crystal/compiler/crystal/interpreter/instructions.cr
  100. lib/crystal/compiler/crystal/interpreter/interpreter.cr
  101. lib/crystal/compiler/crystal/interpreter/lib_function.cr
  102. lib/crystal/compiler/crystal/interpreter/local_vars.cr
  103. lib/crystal/compiler/crystal/interpreter/local_vars_gatherer.cr
  104. lib/crystal/compiler/crystal/interpreter/multidispatch.cr
  105. lib/crystal/compiler/crystal/interpreter/op_code.cr
  106. lib/crystal/compiler/crystal/interpreter/primitives.cr
  107. lib/crystal/compiler/crystal/interpreter/pry_reader.cr
  108. lib/crystal/compiler/crystal/interpreter/repl.cr
  109. lib/crystal/compiler/crystal/interpreter/repl_reader.cr
  110. lib/crystal/compiler/crystal/interpreter/to_bool.cr
  111. lib/crystal/compiler/crystal/interpreter/value.cr
  112. lib/crystal/compiler/crystal/loader.cr
  113. lib/crystal/compiler/crystal/loader/msvc.cr
  114. lib/crystal/compiler/crystal/loader/unix.cr
  115. lib/crystal/compiler/crystal/macros.cr
  116. lib/crystal/compiler/crystal/macros/interpreter.cr
  117. lib/crystal/compiler/crystal/macros/macros.cr
  118. lib/crystal/compiler/crystal/macros/methods.cr
  119. lib/crystal/compiler/crystal/macros/types.cr
  120. lib/crystal/compiler/crystal/program.cr
  121. lib/crystal/compiler/crystal/progress_tracker.cr
  122. lib/crystal/compiler/crystal/semantic.cr
  123. lib/crystal/compiler/crystal/semantic/abstract_def_checker.cr
  124. lib/crystal/compiler/crystal/semantic/ast.cr
  125. lib/crystal/compiler/crystal/semantic/bindings.cr
  126. lib/crystal/compiler/crystal/semantic/call.cr
  127. lib/crystal/compiler/crystal/semantic/call_error.cr
  128. lib/crystal/compiler/crystal/semantic/class_vars_initializer_visitor.cr
  129. lib/crystal/compiler/crystal/semantic/cleanup_transformer.cr
  130. lib/crystal/compiler/crystal/semantic/conversions.cr
  131. lib/crystal/compiler/crystal/semantic/cover.cr
  132. lib/crystal/compiler/crystal/semantic/default_arguments.cr
  133. lib/crystal/compiler/crystal/semantic/exception.cr
  134. lib/crystal/compiler/crystal/semantic/exhaustiveness_checker.cr
  135. lib/crystal/compiler/crystal/semantic/filters.cr
  136. lib/crystal/compiler/crystal/semantic/fix_missing_types.cr
  137. lib/crystal/compiler/crystal/semantic/flags.cr
  138. lib/crystal/compiler/crystal/semantic/hooks.cr
  139. lib/crystal/compiler/crystal/semantic/instance_vars_initializer_visitor.cr
  140. lib/crystal/compiler/crystal/semantic/lib.cr
  141. lib/crystal/compiler/crystal/semantic/literal_expander.cr
  142. lib/crystal/compiler/crystal/semantic/main_visitor.cr
  143. lib/crystal/compiler/crystal/semantic/match.cr
  144. lib/crystal/compiler/crystal/semantic/math_interpreter.cr
  145. lib/crystal/compiler/crystal/semantic/method_lookup.cr
  146. lib/crystal/compiler/crystal/semantic/method_missing.cr
  147. lib/crystal/compiler/crystal/semantic/new.cr
  148. lib/crystal/compiler/crystal/semantic/normalizer.cr
  149. lib/crystal/compiler/crystal/semantic/path_lookup.cr
  150. lib/crystal/compiler/crystal/semantic/recursive_struct_checker.cr
  151. lib/crystal/compiler/crystal/semantic/restrictions.cr
  152. lib/crystal/compiler/crystal/semantic/restrictions_augmenter.cr
  153. lib/crystal/compiler/crystal/semantic/semantic_visitor.cr
  154. lib/crystal/compiler/crystal/semantic/suggestions.cr
  155. lib/crystal/compiler/crystal/semantic/to_s.cr
  156. lib/crystal/compiler/crystal/semantic/top_level_visitor.cr
  157. lib/crystal/compiler/crystal/semantic/transformer.cr
  158. lib/crystal/compiler/crystal/semantic/type_declaration_processor.cr
  159. lib/crystal/compiler/crystal/semantic/type_declaration_visitor.cr
  160. lib/crystal/compiler/crystal/semantic/type_guess_visitor.cr
  161. lib/crystal/compiler/crystal/semantic/type_intersect.cr
  162. lib/crystal/compiler/crystal/semantic/type_lookup.cr
  163. lib/crystal/compiler/crystal/semantic/type_merge.cr
  164. lib/crystal/compiler/crystal/semantic/type_to_restriction.cr
  165. lib/crystal/compiler/crystal/semantic/warnings.cr
  166. lib/crystal/compiler/crystal/syntax.cr
  167. lib/crystal/compiler/crystal/syntax/ast.cr
  168. lib/crystal/compiler/crystal/syntax/exception.cr
  169. lib/crystal/compiler/crystal/syntax/lexer.cr
  170. lib/crystal/compiler/crystal/syntax/location.cr
  171. lib/crystal/compiler/crystal/syntax/parser.cr
  172. lib/crystal/compiler/crystal/syntax/to_s.cr
  173. lib/crystal/compiler/crystal/syntax/token.cr
  174. lib/crystal/compiler/crystal/syntax/transformer.cr
  175. lib/crystal/compiler/crystal/syntax/virtual_file.cr
  176. lib/crystal/compiler/crystal/syntax/visitor.cr
  177. lib/crystal/compiler/crystal/tools/context.cr
  178. lib/crystal/compiler/crystal/tools/doc.cr
  179. lib/crystal/compiler/crystal/tools/doc/constant.cr
  180. lib/crystal/compiler/crystal/tools/doc/generator.cr
  181. lib/crystal/compiler/crystal/tools/doc/html/404.html
  182. lib/crystal/compiler/crystal/tools/doc/html/_head.html
  183. lib/crystal/compiler/crystal/tools/doc/html/_list_items.html
  184. lib/crystal/compiler/crystal/tools/doc/html/_method_detail.html
  185. lib/crystal/compiler/crystal/tools/doc/html/_method_summary.html
  186. lib/crystal/compiler/crystal/tools/doc/html/_methods_inherited.html
  187. lib/crystal/compiler/crystal/tools/doc/html/_other_types.html
  188. lib/crystal/compiler/crystal/tools/doc/html/_sidebar.html
  189. lib/crystal/compiler/crystal/tools/doc/html/css/style.css
  190. lib/crystal/compiler/crystal/tools/doc/html/js/_navigator.js
  191. lib/crystal/compiler/crystal/tools/doc/html/js/_search.js
  192. lib/crystal/compiler/crystal/tools/doc/html/js/_usage-modal.js
  193. lib/crystal/compiler/crystal/tools/doc/html/js/_versions.js
  194. lib/crystal/compiler/crystal/tools/doc/html/js/doc.js
  195. lib/crystal/compiler/crystal/tools/doc/html/main.html
  196. lib/crystal/compiler/crystal/tools/doc/html/sitemap.xml
  197. lib/crystal/compiler/crystal/tools/doc/html/type.html
  198. lib/crystal/compiler/crystal/tools/doc/item.cr
  199. lib/crystal/compiler/crystal/tools/doc/macro.cr
  200. lib/crystal/compiler/crystal/tools/doc/main.cr
  201. lib/crystal/compiler/crystal/tools/doc/markd_doc_renderer.cr
  202. lib/crystal/compiler/crystal/tools/doc/method.cr
  203. lib/crystal/compiler/crystal/tools/doc/project_info.cr
  204. lib/crystal/compiler/crystal/tools/doc/relative_location.cr
  205. lib/crystal/compiler/crystal/tools/doc/templates.cr
  206. lib/crystal/compiler/crystal/tools/doc/to_json.cr
  207. lib/crystal/compiler/crystal/tools/dependencies.cr
  208. lib/crystal/compiler/crystal/tools/unreachable.cr
  209. lib/crystal/compiler/crystal/tools/doc/type.cr
  210. lib/crystal/compiler/crystal/tools/expand.cr
  211. lib/crystal/compiler/crystal/tools/formatter.cr
  212. lib/crystal/compiler/crystal/tools/git.cr
  213. lib/crystal/compiler/crystal/tools/implementations.cr
  214. lib/crystal/compiler/crystal/tools/init.cr
  215. lib/crystal/compiler/crystal/tools/init/template/editorconfig.ecr
  216. lib/crystal/compiler/crystal/tools/init/template/example.cr.ecr
  217. lib/crystal/compiler/crystal/tools/init/template/example_spec.cr.ecr
  218. lib/crystal/compiler/crystal/tools/init/template/gitignore.ecr
  219. lib/crystal/compiler/crystal/tools/init/template/license.ecr
  220. lib/crystal/compiler/crystal/tools/init/template/readme.md.ecr
  221. lib/crystal/compiler/crystal/tools/init/template/shard.yml.ecr
  222. lib/crystal/compiler/crystal/tools/init/template/spec_helper.cr.ecr
  223. lib/crystal/compiler/crystal/tools/playground.cr
  224. lib/crystal/compiler/crystal/tools/playground/agent.cr
  225. lib/crystal/compiler/crystal/tools/playground/agent_instrumentor_transformer.cr
  226. lib/crystal/compiler/crystal/tools/playground/public/application.css
  227. lib/crystal/compiler/crystal/tools/playground/public/application.js
  228. lib/crystal/compiler/crystal/tools/playground/public/favicon.ico
  229. lib/crystal/compiler/crystal/tools/playground/public/icon.svg
  230. lib/crystal/compiler/crystal/tools/playground/public/session.js
  231. lib/crystal/compiler/crystal/tools/playground/public/settings.js
  232. lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/ansi_up.js
  233. lib/crystal/compiler/crystal/tools/playground/public/vendor/ansi_up-1.3.0/theme.css
  234. lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/addon/comment/comment.js
  235. lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/lib/codemirror.css
  236. lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/lib/codemirror.js
  237. lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/mode/crystal/crystal.js
  238. lib/crystal/compiler/crystal/tools/playground/public/vendor/codemirror-5.38.0/theme/neat.css
  239. lib/crystal/compiler/crystal/tools/playground/public/vendor/jquery-2.2.1.min.js
  240. lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/css/materialize.min.css
  241. lib/crystal/compiler/crystal/tools/playground/public/vendor/materialize-v0.97.5/js/materialize.min.js
  242. lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.css
  243. lib/crystal/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.svg
  244. lib/crystal/compiler/crystal/tools/playground/server.cr
  245. lib/crystal/compiler/crystal/tools/playground/views/_about.html
  246. lib/crystal/compiler/crystal/tools/playground/views/_index.html
  247. lib/crystal/compiler/crystal/tools/playground/views/_settings.html
  248. lib/crystal/compiler/crystal/tools/playground/views/_workbook.html.ecr
  249. lib/crystal/compiler/crystal/tools/playground/views/layout.html.ecr
  250. lib/crystal/compiler/crystal/tools/print_hierarchy.cr
  251. lib/crystal/compiler/crystal/tools/print_types_visitor.cr
  252. lib/crystal/compiler/crystal/tools/table_print.cr
  253. lib/crystal/compiler/crystal/tools/typed_def_processor.cr
  254. lib/crystal/compiler/crystal/types.cr
  255. lib/crystal/compiler/crystal/util.cr
  256. lib/crystal/compiler/crystal/warnings.cr
  257. lib/crystal/compiler/requires.cr
  258. lib/crystal/complex.cr
  259. lib/crystal/compress/deflate/deflate.cr
  260. lib/crystal/compress/deflate/reader.cr
  261. lib/crystal/compress/deflate/writer.cr
  262. lib/crystal/compress/gzip/gzip.cr
  263. lib/crystal/compress/gzip/header.cr
  264. lib/crystal/compress/gzip/reader.cr
  265. lib/crystal/compress/gzip/writer.cr
  266. lib/crystal/compress/zip/checksum_reader.cr
  267. lib/crystal/compress/zip/checksum_writer.cr
  268. lib/crystal/compress/zip/compression_method.cr
  269. lib/crystal/compress/zip/file.cr
  270. lib/crystal/compress/zip/file_info.cr
  271. lib/crystal/compress/zip/reader.cr
  272. lib/crystal/compress/zip/writer.cr
  273. lib/crystal/compress/zip/zip.cr
  274. lib/crystal/compress/zlib/reader.cr
  275. lib/crystal/compress/zlib/writer.cr
  276. lib/crystal/compress/zlib/zlib.cr
  277. lib/crystal/concurrent.cr
  278. lib/crystal/crypto/bcrypt.cr
  279. lib/crystal/crypto/bcrypt/base64.cr
  280. lib/crystal/crypto/bcrypt/blowfish.cr
  281. lib/crystal/crypto/bcrypt/password.cr
  282. lib/crystal/crypto/blowfish.cr
  283. lib/crystal/crypto/subtle.cr
  284. lib/crystal/crystal/at_exit_handlers.cr
  285. lib/crystal/crystal/atomic_semaphore.cr
  286. lib/crystal/crystal/compiler_rt.cr
  287. lib/crystal/crystal/compiler_rt/divmod128.cr
  288. lib/crystal/crystal/compiler_rt/fixint.cr
  289. lib/crystal/crystal/compiler_rt/float.cr
  290. lib/crystal/crystal/compiler_rt/mul.cr
  291. lib/crystal/crystal/compiler_rt/multi3.cr
  292. lib/crystal/crystal/compiler_rt/pow.cr
  293. lib/crystal/crystal/compiler_rt/shift.cr
  294. lib/crystal/crystal/datum.cr
  295. lib/crystal/crystal/digest/md5.cr
  296. lib/crystal/crystal/digest/sha1.cr
  297. lib/crystal/crystal/dwarf.cr
  298. lib/crystal/crystal/dwarf/abbrev.cr
  299. lib/crystal/crystal/dwarf/info.cr
  300. lib/crystal/crystal/dwarf/line_numbers.cr
  301. lib/crystal/crystal/dwarf/strings.cr
  302. lib/crystal/crystal/elf.cr
  303. lib/crystal/crystal/fiber_channel.cr
  304. lib/crystal/crystal/hasher.cr
  305. lib/crystal/crystal/iconv.cr
  306. lib/crystal/crystal/interpreter.cr
  307. lib/crystal/crystal/lib_iconv.cr
  308. lib/crystal/crystal/mach_o.cr
  309. lib/crystal/crystal/main.cr
  310. lib/crystal/crystal/once.cr
  311. lib/crystal/crystal/pointer_linked_list.cr
  312. lib/crystal/crystal/rw_lock.cr
  313. lib/crystal/crystal/scheduler.cr
  314. lib/crystal/crystal/small_deque.cr
  315. lib/crystal/crystal/spin_lock.cr
  316. lib/crystal/crystal/syntax_highlighter.cr
  317. lib/crystal/crystal/syntax_highlighter/colorize.cr
  318. lib/crystal/crystal/syntax_highlighter/html.cr
  319. lib/crystal/crystal/system.cr
  320. lib/crystal/crystal/system/dir.cr
  321. lib/crystal/crystal/system/env.cr
  322. lib/crystal/crystal/system/event_loop.cr
  323. lib/crystal/crystal/system/fiber.cr
  324. lib/crystal/crystal/system/file.cr
  325. lib/crystal/crystal/system/file_descriptor.cr
  326. lib/crystal/crystal/system/file_info.cr
  327. lib/crystal/crystal/system/group.cr
  328. lib/crystal/crystal/system/mime.cr
  329. lib/crystal/crystal/system/path.cr
  330. lib/crystal/crystal/system/print_error.cr
  331. lib/crystal/crystal/system/process.cr
  332. lib/crystal/crystal/system/random.cr
  333. lib/crystal/crystal/system/signal.cr
  334. lib/crystal/crystal/system/socket.cr
  335. lib/crystal/crystal/system/thread.cr
  336. lib/crystal/crystal/system/thread_condition_variable.cr
  337. lib/crystal/crystal/system/thread_linked_list.cr
  338. lib/crystal/crystal/system/thread_mutex.cr
  339. lib/crystal/crystal/system/time.cr
  340. lib/crystal/crystal/system/unix.cr
  341. lib/crystal/crystal/system/unix/arc4random.cr
  342. lib/crystal/crystal/system/unix/dir.cr
  343. lib/crystal/crystal/system/unix/env.cr
  344. lib/crystal/crystal/system/unix/event_libevent.cr
  345. lib/crystal/crystal/system/unix/event_loop_libevent.cr
  346. lib/crystal/crystal/system/unix/fiber.cr
  347. lib/crystal/crystal/system/unix/file.cr
  348. lib/crystal/crystal/system/unix/file_descriptor.cr
  349. lib/crystal/crystal/system/unix/file_info.cr
  350. lib/crystal/crystal/system/unix/getrandom.cr
  351. lib/crystal/crystal/system/unix/group.cr
  352. lib/crystal/crystal/system/unix/hostname.cr
  353. lib/crystal/crystal/system/unix/lib_event2.cr
  354. lib/crystal/crystal/system/unix/mime.cr
  355. lib/crystal/crystal/system/unix/path.cr
  356. lib/crystal/crystal/system/unix/process.cr
  357. lib/crystal/crystal/system/unix/pthread.cr
  358. lib/crystal/crystal/system/unix/pthread_condition_variable.cr
  359. lib/crystal/crystal/system/unix/pthread_mutex.cr
  360. lib/crystal/crystal/system/unix/signal.cr
  361. lib/crystal/crystal/system/unix/socket.cr
  362. lib/crystal/crystal/system/unix/syscall.cr
  363. lib/crystal/crystal/system/unix/sysconf_cpucount.cr
  364. lib/crystal/crystal/system/unix/sysctl_cpucount.cr
  365. lib/crystal/crystal/system/unix/time.cr
  366. lib/crystal/crystal/system/unix/urandom.cr
  367. lib/crystal/crystal/system/unix/user.cr
  368. lib/crystal/crystal/system/user.cr
  369. lib/crystal/crystal/system/wasi/cpucount.cr
  370. lib/crystal/crystal/system/wasi/dir.cr
  371. lib/crystal/crystal/system/wasi/event_loop.cr
  372. lib/crystal/crystal/system/wasi/fiber.cr
  373. lib/crystal/crystal/system/wasi/file.cr
  374. lib/crystal/crystal/system/wasi/file_descriptor.cr
  375. lib/crystal/crystal/system/wasi/group.cr
  376. lib/crystal/crystal/system/wasi/hostname.cr
  377. lib/crystal/crystal/system/wasi/lib_wasi.cr
  378. lib/crystal/crystal/system/wasi/main.cr
  379. lib/crystal/crystal/system/wasi/path.cr
  380. lib/crystal/crystal/system/wasi/process.cr
  381. lib/crystal/crystal/system/wasi/random.cr
  382. lib/crystal/crystal/system/wasi/signal.cr
  383. lib/crystal/crystal/system/wasi/socket.cr
  384. lib/crystal/crystal/system/wasi/thread.cr
  385. lib/crystal/crystal/system/wasi/thread_condition_variable.cr
  386. lib/crystal/crystal/system/wasi/thread_mutex.cr
  387. lib/crystal/crystal/system/wasi/user.cr
  388. lib/crystal/crystal/system/wasi/wasi.cr
  389. lib/crystal/crystal/system/win32/cpucount.cr
  390. lib/crystal/crystal/system/win32/crypto.cr
  391. lib/crystal/crystal/system/win32/delay_load.cr
  392. lib/crystal/crystal/system/win32/dir.cr
  393. lib/crystal/crystal/system/win32/env.cr
  394. lib/crystal/crystal/system/win32/event_loop_iocp.cr
  395. lib/crystal/crystal/system/win32/fiber.cr
  396. lib/crystal/crystal/system/win32/file.cr
  397. lib/crystal/crystal/system/win32/file_descriptor.cr
  398. lib/crystal/crystal/system/win32/file_info.cr
  399. lib/crystal/crystal/system/win32/hostname.cr
  400. lib/crystal/crystal/system/win32/library_archive.cr
  401. lib/crystal/crystal/system/win32/mime.cr
  402. lib/crystal/crystal/system/win32/path.cr
  403. lib/crystal/crystal/system/win32/process.cr
  404. lib/crystal/crystal/system/win32/random.cr
  405. lib/crystal/crystal/system/win32/signal.cr
  406. lib/crystal/crystal/system/win32/socket.cr
  407. lib/crystal/crystal/system/win32/thread.cr
  408. lib/crystal/crystal/system/win32/thread_condition_variable.cr
  409. lib/crystal/crystal/system/win32/thread_mutex.cr
  410. lib/crystal/crystal/system/win32/time.cr
  411. lib/crystal/crystal/system/win32/visual_studio.cr
  412. lib/crystal/crystal/system/win32/windows_registry.cr
  413. lib/crystal/crystal/system/win32/windows_sdk.cr
  414. lib/crystal/crystal/system/win32/wmain.cr
  415. lib/crystal/crystal/system/win32/zone_names.cr
  416. lib/crystal/crystal/system/windows.cr
  417. lib/crystal/crystal/thread_local_value.cr
  418. lib/crystal/csv.cr
  419. lib/crystal/csv/builder.cr
  420. lib/crystal/csv/error.cr
  421. lib/crystal/csv/lexer.cr
  422. lib/crystal/csv/lexer/io_based.cr
  423. lib/crystal/csv/lexer/string_based.cr
  424. lib/crystal/csv/parser.cr
  425. lib/crystal/csv/token.cr
  426. lib/crystal/deque.cr
  427. lib/crystal/digest.cr
  428. lib/crystal/digest/adler32.cr
  429. lib/crystal/digest/crc32.cr
  430. lib/crystal/digest/digest.cr
  431. lib/crystal/digest/io_digest.cr
  432. lib/crystal/digest/md5.cr
  433. lib/crystal/digest/sha1.cr
  434. lib/crystal/digest/sha256.cr
  435. lib/crystal/digest/sha512.cr
  436. lib/crystal/dir.cr
  437. lib/crystal/dir/glob.cr
  438. lib/crystal/docs_main.cr
  439. lib/crystal/docs_pseudo_methods.cr
  440. lib/crystal/ecr.cr
  441. lib/crystal/ecr/lexer.cr
  442. lib/crystal/ecr/macros.cr
  443. lib/crystal/ecr/process.cr
  444. lib/crystal/ecr/processor.cr
  445. lib/crystal/empty.cr
  446. lib/crystal/enum.cr
  447. lib/crystal/enumerable.cr
  448. lib/crystal/env.cr
  449. lib/crystal/errno.cr
  450. lib/crystal/exception.cr
  451. lib/crystal/exception/call_stack.cr
  452. lib/crystal/exception/call_stack/dwarf.cr
  453. lib/crystal/exception/call_stack/elf.cr
  454. lib/crystal/exception/call_stack/interpreter.cr
  455. lib/crystal/exception/call_stack/libunwind.cr
  456. lib/crystal/exception/call_stack/mach_o.cr
  457. lib/crystal/exception/call_stack/null.cr
  458. lib/crystal/exception/call_stack/stackwalk.cr
  459. lib/crystal/exception/lib_unwind.cr
  460. lib/crystal/fiber.cr
  461. lib/crystal/fiber/context.cr
  462. lib/crystal/fiber/context/aarch64.cr
  463. lib/crystal/fiber/context/arm.cr
  464. lib/crystal/fiber/context/i386.cr
  465. lib/crystal/fiber/context/interpreted.cr
  466. lib/crystal/fiber/context/wasm32.cr
  467. lib/crystal/fiber/context/x86_64-microsoft.cr
  468. lib/crystal/fiber/context/x86_64-sysv.cr
  469. lib/crystal/fiber/stack_pool.cr
  470. lib/crystal/file.cr
  471. lib/crystal/file/error.cr
  472. lib/crystal/file/info.cr
  473. lib/crystal/file/preader.cr
  474. lib/crystal/file/tempfile.cr
  475. lib/crystal/file_utils.cr
  476. lib/crystal/float.cr
  477. lib/crystal/float/printer.cr
  478. lib/crystal/float/printer/cached_powers.cr
  479. lib/crystal/float/printer/diy_fp.cr
  480. lib/crystal/float/printer/dragonbox.cr
  481. lib/crystal/float/printer/dragonbox_cache.cr
  482. lib/crystal/float/printer/grisu3.cr
  483. lib/crystal/float/printer/ieee.cr
  484. lib/crystal/gc.cr
  485. lib/crystal/gc/boehm.cr
  486. lib/crystal/gc/none.cr
  487. lib/crystal/hash.cr
  488. lib/crystal/html.cr
  489. lib/crystal/html/entities.cr
  490. lib/crystal/http.cr
  491. lib/crystal/http/client.cr
  492. lib/crystal/http/client/response.cr
  493. lib/crystal/http/common.cr
  494. lib/crystal/http/content.cr
  495. lib/crystal/http/cookie.cr
  496. lib/crystal/http/formdata.cr
  497. lib/crystal/http/formdata/builder.cr
  498. lib/crystal/http/formdata/parser.cr
  499. lib/crystal/http/formdata/part.cr
  500. lib/crystal/http/headers.cr
  501. lib/crystal/http/log.cr
  502. lib/crystal/http/params.cr
  503. lib/crystal/http/request.cr
  504. lib/crystal/http/server.cr
  505. lib/crystal/http/server/context.cr
  506. lib/crystal/http/server/handler.cr
  507. lib/crystal/http/server/handlers/compress_handler.cr
  508. lib/crystal/http/server/handlers/error_handler.cr
  509. lib/crystal/http/server/handlers/log_handler.cr
  510. lib/crystal/http/server/handlers/static_file_handler.cr
  511. lib/crystal/http/server/handlers/static_file_handler.html
  512. lib/crystal/http/server/handlers/websocket_handler.cr
  513. lib/crystal/http/server/request_processor.cr
  514. lib/crystal/http/server/response.cr
  515. lib/crystal/http/status.cr
  516. lib/crystal/http/web_socket.cr
  517. lib/crystal/http/web_socket/close_code.cr
  518. lib/crystal/http/web_socket/protocol.cr
  519. lib/crystal/humanize.cr
  520. lib/crystal/indexable.cr
  521. lib/crystal/indexable/mutable.cr
  522. lib/crystal/ini.cr
  523. lib/crystal/int.cr
  524. lib/crystal/intrinsics.cr
  525. lib/crystal/io.cr
  526. lib/crystal/io/argf.cr
  527. lib/crystal/io/buffered.cr
  528. lib/crystal/io/byte_format.cr
  529. lib/crystal/io/console.cr
  530. lib/crystal/io/delimited.cr
  531. lib/crystal/io/encoding.cr
  532. lib/crystal/io/encoding_stubs.cr
  533. lib/crystal/io/error.cr
  534. lib/crystal/io/evented.cr
  535. lib/crystal/io/file_descriptor.cr
  536. lib/crystal/io/hexdump.cr
  537. lib/crystal/io/memory.cr
  538. lib/crystal/io/multi_writer.cr
  539. lib/crystal/io/overlapped.cr
  540. lib/crystal/io/sized.cr
  541. lib/crystal/io/stapled.cr
  542. lib/crystal/iterable.cr
  543. lib/crystal/iterator.cr
  544. lib/crystal/json.cr
  545. lib/crystal/json/any.cr
  546. lib/crystal/json/builder.cr
  547. lib/crystal/json/from_json.cr
  548. lib/crystal/json/lexer.cr
  549. lib/crystal/json/lexer/io_based.cr
  550. lib/crystal/json/lexer/string_based.cr
  551. lib/crystal/json/parser.cr
  552. lib/crystal/json/pull_parser.cr
  553. lib/crystal/json/serialization.cr
  554. lib/crystal/json/to_json.cr
  555. lib/crystal/json/token.cr
  556. lib/crystal/kernel.cr
  557. lib/crystal/levenshtein.cr
  558. lib/crystal/lib_c.cr
  559. lib/crystal/lib_c/aarch64-android/c/arpa/inet.cr
  560. lib/crystal/lib_c/aarch64-android/c/dirent.cr
  561. lib/crystal/lib_c/aarch64-android/c/dlfcn.cr
  562. lib/crystal/lib_c/aarch64-android/c/elf.cr
  563. lib/crystal/lib_c/aarch64-android/c/errno.cr
  564. lib/crystal/lib_c/aarch64-android/c/fcntl.cr
  565. lib/crystal/lib_c/aarch64-android/c/grp.cr
  566. lib/crystal/lib_c/aarch64-android/c/iconv.cr
  567. lib/crystal/lib_c/aarch64-android/c/link.cr
  568. lib/crystal/lib_c/aarch64-android/c/netdb.cr
  569. lib/crystal/lib_c/aarch64-android/c/netinet/in.cr
  570. lib/crystal/lib_c/aarch64-android/c/netinet/tcp.cr
  571. lib/crystal/lib_c/aarch64-android/c/pthread.cr
  572. lib/crystal/lib_c/aarch64-android/c/pwd.cr
  573. lib/crystal/lib_c/aarch64-android/c/sched.cr
  574. lib/crystal/lib_c/aarch64-android/c/signal.cr
  575. lib/crystal/lib_c/aarch64-android/c/stdarg.cr
  576. lib/crystal/lib_c/aarch64-android/c/stddef.cr
  577. lib/crystal/lib_c/aarch64-android/c/stdint.cr
  578. lib/crystal/lib_c/aarch64-android/c/stdio.cr
  579. lib/crystal/lib_c/aarch64-android/c/stdlib.cr
  580. lib/crystal/lib_c/aarch64-android/c/string.cr
  581. lib/crystal/lib_c/aarch64-android/c/sys/file.cr
  582. lib/crystal/lib_c/aarch64-android/c/sys/ioctl.cr
  583. lib/crystal/lib_c/aarch64-android/c/sys/mman.cr
  584. lib/crystal/lib_c/aarch64-android/c/sys/resource.cr
  585. lib/crystal/lib_c/aarch64-android/c/sys/select.cr
  586. lib/crystal/lib_c/aarch64-android/c/sys/socket.cr
  587. lib/crystal/lib_c/aarch64-android/c/sys/stat.cr
  588. lib/crystal/lib_c/aarch64-android/c/sys/syscall.cr
  589. lib/crystal/lib_c/aarch64-android/c/sys/system_properties.cr
  590. lib/crystal/lib_c/aarch64-android/c/sys/time.cr
  591. lib/crystal/lib_c/aarch64-android/c/sys/types.cr
  592. lib/crystal/lib_c/aarch64-android/c/sys/un.cr
  593. lib/crystal/lib_c/aarch64-android/c/sys/wait.cr
  594. lib/crystal/lib_c/aarch64-android/c/termios.cr
  595. lib/crystal/lib_c/aarch64-android/c/time.cr
  596. lib/crystal/lib_c/aarch64-android/c/unistd.cr
  597. lib/crystal/lib_c/aarch64-darwin/c/arpa/inet.cr
  598. lib/crystal/lib_c/aarch64-darwin/c/dirent.cr
  599. lib/crystal/lib_c/aarch64-darwin/c/dlfcn.cr
  600. lib/crystal/lib_c/aarch64-darwin/c/errno.cr
  601. lib/crystal/lib_c/aarch64-darwin/c/fcntl.cr
  602. lib/crystal/lib_c/aarch64-darwin/c/grp.cr
  603. lib/crystal/lib_c/aarch64-darwin/c/iconv.cr
  604. lib/crystal/lib_c/aarch64-darwin/c/mach/mach_time.cr
  605. lib/crystal/lib_c/aarch64-darwin/c/netdb.cr
  606. lib/crystal/lib_c/aarch64-darwin/c/netinet/in.cr
  607. lib/crystal/lib_c/aarch64-darwin/c/netinet/tcp.cr
  608. lib/crystal/lib_c/aarch64-darwin/c/pthread.cr
  609. lib/crystal/lib_c/aarch64-darwin/c/pwd.cr
  610. lib/crystal/lib_c/aarch64-darwin/c/sched.cr
  611. lib/crystal/lib_c/aarch64-darwin/c/signal.cr
  612. lib/crystal/lib_c/aarch64-darwin/c/stdarg.cr
  613. lib/crystal/lib_c/aarch64-darwin/c/stddef.cr
  614. lib/crystal/lib_c/aarch64-darwin/c/stdint.cr
  615. lib/crystal/lib_c/aarch64-darwin/c/stdio.cr
  616. lib/crystal/lib_c/aarch64-darwin/c/stdlib.cr
  617. lib/crystal/lib_c/aarch64-darwin/c/string.cr
  618. lib/crystal/lib_c/aarch64-darwin/c/sys/file.cr
  619. lib/crystal/lib_c/aarch64-darwin/c/sys/mman.cr
  620. lib/crystal/lib_c/aarch64-darwin/c/sys/resource.cr
  621. lib/crystal/lib_c/aarch64-darwin/c/sys/select.cr
  622. lib/crystal/lib_c/aarch64-darwin/c/sys/socket.cr
  623. lib/crystal/lib_c/aarch64-darwin/c/sys/stat.cr
  624. lib/crystal/lib_c/aarch64-darwin/c/sys/time.cr
  625. lib/crystal/lib_c/aarch64-darwin/c/sys/types.cr
  626. lib/crystal/lib_c/aarch64-darwin/c/sys/un.cr
  627. lib/crystal/lib_c/aarch64-darwin/c/sys/wait.cr
  628. lib/crystal/lib_c/aarch64-darwin/c/termios.cr
  629. lib/crystal/lib_c/aarch64-darwin/c/time.cr
  630. lib/crystal/lib_c/aarch64-darwin/c/unistd.cr
  631. lib/crystal/lib_c/aarch64-freebsd
  632. lib/crystal/lib_c/aarch64-linux-gnu/c/arpa/inet.cr
  633. lib/crystal/lib_c/aarch64-linux-gnu/c/dirent.cr
  634. lib/crystal/lib_c/aarch64-linux-gnu/c/dlfcn.cr
  635. lib/crystal/lib_c/aarch64-linux-gnu/c/elf.cr
  636. lib/crystal/lib_c/aarch64-linux-gnu/c/errno.cr
  637. lib/crystal/lib_c/aarch64-linux-gnu/c/fcntl.cr
  638. lib/crystal/lib_c/aarch64-linux-gnu/c/grp.cr
  639. lib/crystal/lib_c/aarch64-linux-gnu/c/iconv.cr
  640. lib/crystal/lib_c/aarch64-linux-gnu/c/link.cr
  641. lib/crystal/lib_c/aarch64-linux-gnu/c/netdb.cr
  642. lib/crystal/lib_c/aarch64-linux-gnu/c/netinet/in.cr
  643. lib/crystal/lib_c/aarch64-linux-gnu/c/netinet/tcp.cr
  644. lib/crystal/lib_c/aarch64-linux-gnu/c/pthread.cr
  645. lib/crystal/lib_c/aarch64-linux-gnu/c/pwd.cr
  646. lib/crystal/lib_c/aarch64-linux-gnu/c/sched.cr
  647. lib/crystal/lib_c/aarch64-linux-gnu/c/signal.cr
  648. lib/crystal/lib_c/aarch64-linux-gnu/c/stdarg.cr
  649. lib/crystal/lib_c/aarch64-linux-gnu/c/stddef.cr
  650. lib/crystal/lib_c/aarch64-linux-gnu/c/stdint.cr
  651. lib/crystal/lib_c/aarch64-linux-gnu/c/stdio.cr
  652. lib/crystal/lib_c/aarch64-linux-gnu/c/stdlib.cr
  653. lib/crystal/lib_c/aarch64-linux-gnu/c/string.cr
  654. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/file.cr
  655. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/mman.cr
  656. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/resource.cr
  657. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/select.cr
  658. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/socket.cr
  659. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/stat.cr
  660. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/time.cr
  661. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/types.cr
  662. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/un.cr
  663. lib/crystal/lib_c/aarch64-linux-gnu/c/sys/wait.cr
  664. lib/crystal/lib_c/aarch64-linux-gnu/c/termios.cr
  665. lib/crystal/lib_c/aarch64-linux-gnu/c/time.cr
  666. lib/crystal/lib_c/aarch64-linux-gnu/c/unistd.cr
  667. lib/crystal/lib_c/aarch64-linux-musl/c/arpa/inet.cr
  668. lib/crystal/lib_c/aarch64-linux-musl/c/dirent.cr
  669. lib/crystal/lib_c/aarch64-linux-musl/c/dlfcn.cr
  670. lib/crystal/lib_c/aarch64-linux-musl/c/elf.cr
  671. lib/crystal/lib_c/aarch64-linux-musl/c/errno.cr
  672. lib/crystal/lib_c/aarch64-linux-musl/c/fcntl.cr
  673. lib/crystal/lib_c/aarch64-linux-musl/c/grp.cr
  674. lib/crystal/lib_c/aarch64-linux-musl/c/iconv.cr
  675. lib/crystal/lib_c/aarch64-linux-musl/c/link.cr
  676. lib/crystal/lib_c/aarch64-linux-musl/c/netdb.cr
  677. lib/crystal/lib_c/aarch64-linux-musl/c/netinet/in.cr
  678. lib/crystal/lib_c/aarch64-linux-musl/c/netinet/tcp.cr
  679. lib/crystal/lib_c/aarch64-linux-musl/c/pthread.cr
  680. lib/crystal/lib_c/aarch64-linux-musl/c/pwd.cr
  681. lib/crystal/lib_c/aarch64-linux-musl/c/sched.cr
  682. lib/crystal/lib_c/aarch64-linux-musl/c/signal.cr
  683. lib/crystal/lib_c/aarch64-linux-musl/c/stdarg.cr
  684. lib/crystal/lib_c/aarch64-linux-musl/c/stddef.cr
  685. lib/crystal/lib_c/aarch64-linux-musl/c/stdint.cr
  686. lib/crystal/lib_c/aarch64-linux-musl/c/stdio.cr
  687. lib/crystal/lib_c/aarch64-linux-musl/c/stdlib.cr
  688. lib/crystal/lib_c/aarch64-linux-musl/c/string.cr
  689. lib/crystal/lib_c/aarch64-linux-musl/c/sys/file.cr
  690. lib/crystal/lib_c/aarch64-linux-musl/c/sys/mman.cr
  691. lib/crystal/lib_c/aarch64-linux-musl/c/sys/resource.cr
  692. lib/crystal/lib_c/aarch64-linux-musl/c/sys/select.cr
  693. lib/crystal/lib_c/aarch64-linux-musl/c/sys/socket.cr
  694. lib/crystal/lib_c/aarch64-linux-musl/c/sys/stat.cr
  695. lib/crystal/lib_c/aarch64-linux-musl/c/sys/time.cr
  696. lib/crystal/lib_c/aarch64-linux-musl/c/sys/types.cr
  697. lib/crystal/lib_c/aarch64-linux-musl/c/sys/un.cr
  698. lib/crystal/lib_c/aarch64-linux-musl/c/sys/wait.cr
  699. lib/crystal/lib_c/aarch64-linux-musl/c/termios.cr
  700. lib/crystal/lib_c/aarch64-linux-musl/c/time.cr
  701. lib/crystal/lib_c/aarch64-linux-musl/c/unistd.cr
  702. lib/crystal/lib_c/aarch64-portbld-freebsd
  703. lib/crystal/lib_c/aarch64-unknown-freebsd
  704. lib/crystal/lib_c/amd64-unknown-openbsd
  705. lib/crystal/lib_c/arm-linux-gnueabihf/c/arpa/inet.cr
  706. lib/crystal/lib_c/arm-linux-gnueabihf/c/dirent.cr
  707. lib/crystal/lib_c/arm-linux-gnueabihf/c/dlfcn.cr
  708. lib/crystal/lib_c/arm-linux-gnueabihf/c/elf.cr
  709. lib/crystal/lib_c/arm-linux-gnueabihf/c/errno.cr
  710. lib/crystal/lib_c/arm-linux-gnueabihf/c/fcntl.cr
  711. lib/crystal/lib_c/arm-linux-gnueabihf/c/grp.cr
  712. lib/crystal/lib_c/arm-linux-gnueabihf/c/iconv.cr
  713. lib/crystal/lib_c/arm-linux-gnueabihf/c/link.cr
  714. lib/crystal/lib_c/arm-linux-gnueabihf/c/netdb.cr
  715. lib/crystal/lib_c/arm-linux-gnueabihf/c/netinet/in.cr
  716. lib/crystal/lib_c/arm-linux-gnueabihf/c/netinet/tcp.cr
  717. lib/crystal/lib_c/arm-linux-gnueabihf/c/pthread.cr
  718. lib/crystal/lib_c/arm-linux-gnueabihf/c/pwd.cr
  719. lib/crystal/lib_c/arm-linux-gnueabihf/c/sched.cr
  720. lib/crystal/lib_c/arm-linux-gnueabihf/c/signal.cr
  721. lib/crystal/lib_c/arm-linux-gnueabihf/c/stdarg.cr
  722. lib/crystal/lib_c/arm-linux-gnueabihf/c/stddef.cr
  723. lib/crystal/lib_c/arm-linux-gnueabihf/c/stdint.cr
  724. lib/crystal/lib_c/arm-linux-gnueabihf/c/stdio.cr
  725. lib/crystal/lib_c/arm-linux-gnueabihf/c/stdlib.cr
  726. lib/crystal/lib_c/arm-linux-gnueabihf/c/string.cr
  727. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/file.cr
  728. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/mman.cr
  729. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/resource.cr
  730. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/select.cr
  731. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/socket.cr
  732. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/stat.cr
  733. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/time.cr
  734. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/types.cr
  735. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/un.cr
  736. lib/crystal/lib_c/arm-linux-gnueabihf/c/sys/wait.cr
  737. lib/crystal/lib_c/arm-linux-gnueabihf/c/termios.cr
  738. lib/crystal/lib_c/arm-linux-gnueabihf/c/time.cr
  739. lib/crystal/lib_c/arm-linux-gnueabihf/c/unistd.cr
  740. lib/crystal/lib_c/i386-linux-gnu/c/arpa/inet.cr
  741. lib/crystal/lib_c/i386-linux-gnu/c/dirent.cr
  742. lib/crystal/lib_c/i386-linux-gnu/c/dlfcn.cr
  743. lib/crystal/lib_c/i386-linux-gnu/c/elf.cr
  744. lib/crystal/lib_c/i386-linux-gnu/c/errno.cr
  745. lib/crystal/lib_c/i386-linux-gnu/c/fcntl.cr
  746. lib/crystal/lib_c/i386-linux-gnu/c/grp.cr
  747. lib/crystal/lib_c/i386-linux-gnu/c/iconv.cr
  748. lib/crystal/lib_c/i386-linux-gnu/c/link.cr
  749. lib/crystal/lib_c/i386-linux-gnu/c/netdb.cr
  750. lib/crystal/lib_c/i386-linux-gnu/c/netinet/in.cr
  751. lib/crystal/lib_c/i386-linux-gnu/c/netinet/tcp.cr
  752. lib/crystal/lib_c/i386-linux-gnu/c/pthread.cr
  753. lib/crystal/lib_c/i386-linux-gnu/c/pwd.cr
  754. lib/crystal/lib_c/i386-linux-gnu/c/sched.cr
  755. lib/crystal/lib_c/i386-linux-gnu/c/signal.cr
  756. lib/crystal/lib_c/i386-linux-gnu/c/stdarg.cr
  757. lib/crystal/lib_c/i386-linux-gnu/c/stddef.cr
  758. lib/crystal/lib_c/i386-linux-gnu/c/stdint.cr
  759. lib/crystal/lib_c/i386-linux-gnu/c/stdio.cr
  760. lib/crystal/lib_c/i386-linux-gnu/c/stdlib.cr
  761. lib/crystal/lib_c/i386-linux-gnu/c/string.cr
  762. lib/crystal/lib_c/i386-linux-gnu/c/sys/file.cr
  763. lib/crystal/lib_c/i386-linux-gnu/c/sys/mman.cr
  764. lib/crystal/lib_c/i386-linux-gnu/c/sys/resource.cr
  765. lib/crystal/lib_c/i386-linux-gnu/c/sys/select.cr
  766. lib/crystal/lib_c/i386-linux-gnu/c/sys/socket.cr
  767. lib/crystal/lib_c/i386-linux-gnu/c/sys/stat.cr
  768. lib/crystal/lib_c/i386-linux-gnu/c/sys/time.cr
  769. lib/crystal/lib_c/i386-linux-gnu/c/sys/types.cr
  770. lib/crystal/lib_c/i386-linux-gnu/c/sys/un.cr
  771. lib/crystal/lib_c/i386-linux-gnu/c/sys/wait.cr
  772. lib/crystal/lib_c/i386-linux-gnu/c/termios.cr
  773. lib/crystal/lib_c/i386-linux-gnu/c/time.cr
  774. lib/crystal/lib_c/i386-linux-gnu/c/unistd.cr
  775. lib/crystal/lib_c/i386-linux-musl/c/arpa/inet.cr
  776. lib/crystal/lib_c/i386-linux-musl/c/dirent.cr
  777. lib/crystal/lib_c/i386-linux-musl/c/dlfcn.cr
  778. lib/crystal/lib_c/i386-linux-musl/c/elf.cr
  779. lib/crystal/lib_c/i386-linux-musl/c/errno.cr
  780. lib/crystal/lib_c/i386-linux-musl/c/fcntl.cr
  781. lib/crystal/lib_c/i386-linux-musl/c/grp.cr
  782. lib/crystal/lib_c/i386-linux-musl/c/iconv.cr
  783. lib/crystal/lib_c/i386-linux-musl/c/link.cr
  784. lib/crystal/lib_c/i386-linux-musl/c/netdb.cr
  785. lib/crystal/lib_c/i386-linux-musl/c/netinet/in.cr
  786. lib/crystal/lib_c/i386-linux-musl/c/netinet/tcp.cr
  787. lib/crystal/lib_c/i386-linux-musl/c/pthread.cr
  788. lib/crystal/lib_c/i386-linux-musl/c/pwd.cr
  789. lib/crystal/lib_c/i386-linux-musl/c/sched.cr
  790. lib/crystal/lib_c/i386-linux-musl/c/signal.cr
  791. lib/crystal/lib_c/i386-linux-musl/c/stdarg.cr
  792. lib/crystal/lib_c/i386-linux-musl/c/stddef.cr
  793. lib/crystal/lib_c/i386-linux-musl/c/stdint.cr
  794. lib/crystal/lib_c/i386-linux-musl/c/stdio.cr
  795. lib/crystal/lib_c/i386-linux-musl/c/stdlib.cr
  796. lib/crystal/lib_c/i386-linux-musl/c/string.cr
  797. lib/crystal/lib_c/i386-linux-musl/c/sys/file.cr
  798. lib/crystal/lib_c/i386-linux-musl/c/sys/mman.cr
  799. lib/crystal/lib_c/i386-linux-musl/c/sys/resource.cr
  800. lib/crystal/lib_c/i386-linux-musl/c/sys/select.cr
  801. lib/crystal/lib_c/i386-linux-musl/c/sys/socket.cr
  802. lib/crystal/lib_c/i386-linux-musl/c/sys/stat.cr
  803. lib/crystal/lib_c/i386-linux-musl/c/sys/time.cr
  804. lib/crystal/lib_c/i386-linux-musl/c/sys/types.cr
  805. lib/crystal/lib_c/i386-linux-musl/c/sys/un.cr
  806. lib/crystal/lib_c/i386-linux-musl/c/sys/wait.cr
  807. lib/crystal/lib_c/i386-linux-musl/c/termios.cr
  808. lib/crystal/lib_c/i386-linux-musl/c/time.cr
  809. lib/crystal/lib_c/i386-linux-musl/c/unistd.cr
  810. lib/crystal/lib_c/i686-linux-gnu
  811. lib/crystal/lib_c/i686-linux-musl
  812. lib/crystal/lib_c/wasm32-wasi/c/arpa/inet.cr
  813. lib/crystal/lib_c/wasm32-wasi/c/errno.cr
  814. lib/crystal/lib_c/wasm32-wasi/c/fcntl.cr
  815. lib/crystal/lib_c/wasm32-wasi/c/iconv.cr
  816. lib/crystal/lib_c/wasm32-wasi/c/netdb.cr
  817. lib/crystal/lib_c/wasm32-wasi/c/netinet/in.cr
  818. lib/crystal/lib_c/wasm32-wasi/c/netinet/tcp.cr
  819. lib/crystal/lib_c/wasm32-wasi/c/sched.cr
  820. lib/crystal/lib_c/wasm32-wasi/c/stdarg.cr
  821. lib/crystal/lib_c/wasm32-wasi/c/stddef.cr
  822. lib/crystal/lib_c/wasm32-wasi/c/stdint.cr
  823. lib/crystal/lib_c/wasm32-wasi/c/stdio.cr
  824. lib/crystal/lib_c/wasm32-wasi/c/stdlib.cr
  825. lib/crystal/lib_c/wasm32-wasi/c/string.cr
  826. lib/crystal/lib_c/wasm32-wasi/c/sys/file.cr
  827. lib/crystal/lib_c/wasm32-wasi/c/sys/resource.cr
  828. lib/crystal/lib_c/wasm32-wasi/c/sys/select.cr
  829. lib/crystal/lib_c/wasm32-wasi/c/sys/socket.cr
  830. lib/crystal/lib_c/wasm32-wasi/c/sys/stat.cr
  831. lib/crystal/lib_c/wasm32-wasi/c/sys/time.cr
  832. lib/crystal/lib_c/wasm32-wasi/c/sys/times.cr
  833. lib/crystal/lib_c/wasm32-wasi/c/sys/types.cr
  834. lib/crystal/lib_c/wasm32-wasi/c/termios.cr
  835. lib/crystal/lib_c/wasm32-wasi/c/time.cr
  836. lib/crystal/lib_c/wasm32-wasi/c/unistd.cr
  837. lib/crystal/lib_c/x86_64-darwin/c/arpa/inet.cr
  838. lib/crystal/lib_c/x86_64-darwin/c/dirent.cr
  839. lib/crystal/lib_c/x86_64-darwin/c/dlfcn.cr
  840. lib/crystal/lib_c/x86_64-darwin/c/errno.cr
  841. lib/crystal/lib_c/x86_64-darwin/c/fcntl.cr
  842. lib/crystal/lib_c/x86_64-darwin/c/grp.cr
  843. lib/crystal/lib_c/x86_64-darwin/c/iconv.cr
  844. lib/crystal/lib_c/x86_64-darwin/c/mach/mach_time.cr
  845. lib/crystal/lib_c/x86_64-darwin/c/netdb.cr
  846. lib/crystal/lib_c/x86_64-darwin/c/netinet/in.cr
  847. lib/crystal/lib_c/x86_64-darwin/c/netinet/tcp.cr
  848. lib/crystal/lib_c/x86_64-darwin/c/pthread.cr
  849. lib/crystal/lib_c/x86_64-darwin/c/pwd.cr
  850. lib/crystal/lib_c/x86_64-darwin/c/sched.cr
  851. lib/crystal/lib_c/x86_64-darwin/c/signal.cr
  852. lib/crystal/lib_c/x86_64-darwin/c/stdarg.cr
  853. lib/crystal/lib_c/x86_64-darwin/c/stddef.cr
  854. lib/crystal/lib_c/x86_64-darwin/c/stdint.cr
  855. lib/crystal/lib_c/x86_64-darwin/c/stdio.cr
  856. lib/crystal/lib_c/x86_64-darwin/c/stdlib.cr
  857. lib/crystal/lib_c/x86_64-darwin/c/string.cr
  858. lib/crystal/lib_c/x86_64-darwin/c/sys/file.cr
  859. lib/crystal/lib_c/x86_64-darwin/c/sys/mman.cr
  860. lib/crystal/lib_c/x86_64-darwin/c/sys/resource.cr
  861. lib/crystal/lib_c/x86_64-darwin/c/sys/select.cr
  862. lib/crystal/lib_c/x86_64-darwin/c/sys/socket.cr
  863. lib/crystal/lib_c/x86_64-darwin/c/sys/stat.cr
  864. lib/crystal/lib_c/x86_64-darwin/c/sys/time.cr
  865. lib/crystal/lib_c/x86_64-darwin/c/sys/types.cr
  866. lib/crystal/lib_c/x86_64-darwin/c/sys/un.cr
  867. lib/crystal/lib_c/x86_64-darwin/c/sys/wait.cr
  868. lib/crystal/lib_c/x86_64-darwin/c/termios.cr
  869. lib/crystal/lib_c/x86_64-darwin/c/time.cr
  870. lib/crystal/lib_c/x86_64-darwin/c/unistd.cr
  871. lib/crystal/lib_c/x86_64-dragonfly/c/arpa/inet.cr
  872. lib/crystal/lib_c/x86_64-dragonfly/c/dirent.cr
  873. lib/crystal/lib_c/x86_64-dragonfly/c/dlfcn.cr
  874. lib/crystal/lib_c/x86_64-dragonfly/c/elf.cr
  875. lib/crystal/lib_c/x86_64-dragonfly/c/errno.cr
  876. lib/crystal/lib_c/x86_64-dragonfly/c/fcntl.cr
  877. lib/crystal/lib_c/x86_64-dragonfly/c/grp.cr
  878. lib/crystal/lib_c/x86_64-dragonfly/c/iconv.cr
  879. lib/crystal/lib_c/x86_64-dragonfly/c/link.cr
  880. lib/crystal/lib_c/x86_64-dragonfly/c/netdb.cr
  881. lib/crystal/lib_c/x86_64-dragonfly/c/netinet/in.cr
  882. lib/crystal/lib_c/x86_64-dragonfly/c/netinet/tcp.cr
  883. lib/crystal/lib_c/x86_64-dragonfly/c/pthread.cr
  884. lib/crystal/lib_c/x86_64-dragonfly/c/pwd.cr
  885. lib/crystal/lib_c/x86_64-dragonfly/c/sched.cr
  886. lib/crystal/lib_c/x86_64-dragonfly/c/signal.cr
  887. lib/crystal/lib_c/x86_64-dragonfly/c/stdarg.cr
  888. lib/crystal/lib_c/x86_64-dragonfly/c/stddef.cr
  889. lib/crystal/lib_c/x86_64-dragonfly/c/stdint.cr
  890. lib/crystal/lib_c/x86_64-dragonfly/c/stdio.cr
  891. lib/crystal/lib_c/x86_64-dragonfly/c/stdlib.cr
  892. lib/crystal/lib_c/x86_64-dragonfly/c/string.cr
  893. lib/crystal/lib_c/x86_64-dragonfly/c/sys/file.cr
  894. lib/crystal/lib_c/x86_64-dragonfly/c/sys/mman.cr
  895. lib/crystal/lib_c/x86_64-dragonfly/c/sys/resource.cr
  896. lib/crystal/lib_c/x86_64-dragonfly/c/sys/select.cr
  897. lib/crystal/lib_c/x86_64-dragonfly/c/sys/socket.cr
  898. lib/crystal/lib_c/x86_64-dragonfly/c/sys/stat.cr
  899. lib/crystal/lib_c/x86_64-dragonfly/c/sys/time.cr
  900. lib/crystal/lib_c/x86_64-dragonfly/c/sys/types.cr
  901. lib/crystal/lib_c/x86_64-dragonfly/c/sys/un.cr
  902. lib/crystal/lib_c/x86_64-dragonfly/c/sys/wait.cr
  903. lib/crystal/lib_c/x86_64-dragonfly/c/sysctl.cr
  904. lib/crystal/lib_c/x86_64-dragonfly/c/termios.cr
  905. lib/crystal/lib_c/x86_64-dragonfly/c/time.cr
  906. lib/crystal/lib_c/x86_64-dragonfly/c/unistd.cr
  907. lib/crystal/lib_c/x86_64-freebsd/c/arpa/inet.cr
  908. lib/crystal/lib_c/x86_64-freebsd/c/dirent.cr
  909. lib/crystal/lib_c/x86_64-freebsd/c/dlfcn.cr
  910. lib/crystal/lib_c/x86_64-freebsd/c/elf.cr
  911. lib/crystal/lib_c/x86_64-freebsd/c/errno.cr
  912. lib/crystal/lib_c/x86_64-freebsd/c/fcntl.cr
  913. lib/crystal/lib_c/x86_64-freebsd/c/grp.cr
  914. lib/crystal/lib_c/x86_64-freebsd/c/iconv.cr
  915. lib/crystal/lib_c/x86_64-freebsd/c/link.cr
  916. lib/crystal/lib_c/x86_64-freebsd/c/netdb.cr
  917. lib/crystal/lib_c/x86_64-freebsd/c/netinet/in.cr
  918. lib/crystal/lib_c/x86_64-freebsd/c/netinet/tcp.cr
  919. lib/crystal/lib_c/x86_64-freebsd/c/pthread.cr
  920. lib/crystal/lib_c/x86_64-freebsd/c/pwd.cr
  921. lib/crystal/lib_c/x86_64-freebsd/c/sched.cr
  922. lib/crystal/lib_c/x86_64-freebsd/c/signal.cr
  923. lib/crystal/lib_c/x86_64-freebsd/c/stdarg.cr
  924. lib/crystal/lib_c/x86_64-freebsd/c/stddef.cr
  925. lib/crystal/lib_c/x86_64-freebsd/c/stdint.cr
  926. lib/crystal/lib_c/x86_64-freebsd/c/stdio.cr
  927. lib/crystal/lib_c/x86_64-freebsd/c/stdlib.cr
  928. lib/crystal/lib_c/x86_64-freebsd/c/string.cr
  929. lib/crystal/lib_c/x86_64-freebsd/c/sys/file.cr
  930. lib/crystal/lib_c/x86_64-freebsd/c/sys/mman.cr
  931. lib/crystal/lib_c/x86_64-freebsd/c/sys/resource.cr
  932. lib/crystal/lib_c/x86_64-freebsd/c/sys/select.cr
  933. lib/crystal/lib_c/x86_64-freebsd/c/sys/socket.cr
  934. lib/crystal/lib_c/x86_64-freebsd/c/sys/stat.cr
  935. lib/crystal/lib_c/x86_64-freebsd/c/sys/time.cr
  936. lib/crystal/lib_c/x86_64-freebsd/c/sys/types.cr
  937. lib/crystal/lib_c/x86_64-freebsd/c/sys/un.cr
  938. lib/crystal/lib_c/x86_64-freebsd/c/sys/wait.cr
  939. lib/crystal/lib_c/x86_64-freebsd/c/sysctl.cr
  940. lib/crystal/lib_c/x86_64-freebsd/c/termios.cr
  941. lib/crystal/lib_c/x86_64-freebsd/c/time.cr
  942. lib/crystal/lib_c/x86_64-freebsd/c/unistd.cr
  943. lib/crystal/lib_c/x86_64-linux-gnu/c/arpa/inet.cr
  944. lib/crystal/lib_c/x86_64-linux-gnu/c/dirent.cr
  945. lib/crystal/lib_c/x86_64-linux-gnu/c/dlfcn.cr
  946. lib/crystal/lib_c/x86_64-linux-gnu/c/elf.cr
  947. lib/crystal/lib_c/x86_64-linux-gnu/c/errno.cr
  948. lib/crystal/lib_c/x86_64-linux-gnu/c/fcntl.cr
  949. lib/crystal/lib_c/x86_64-linux-gnu/c/grp.cr
  950. lib/crystal/lib_c/x86_64-linux-gnu/c/iconv.cr
  951. lib/crystal/lib_c/x86_64-linux-gnu/c/link.cr
  952. lib/crystal/lib_c/x86_64-linux-gnu/c/netdb.cr
  953. lib/crystal/lib_c/x86_64-linux-gnu/c/netinet/in.cr
  954. lib/crystal/lib_c/x86_64-linux-gnu/c/netinet/tcp.cr
  955. lib/crystal/lib_c/x86_64-linux-gnu/c/pthread.cr
  956. lib/crystal/lib_c/x86_64-linux-gnu/c/pwd.cr
  957. lib/crystal/lib_c/x86_64-linux-gnu/c/sched.cr
  958. lib/crystal/lib_c/x86_64-linux-gnu/c/signal.cr
  959. lib/crystal/lib_c/x86_64-linux-gnu/c/stdarg.cr
  960. lib/crystal/lib_c/x86_64-linux-gnu/c/stddef.cr
  961. lib/crystal/lib_c/x86_64-linux-gnu/c/stdint.cr
  962. lib/crystal/lib_c/x86_64-linux-gnu/c/stdio.cr
  963. lib/crystal/lib_c/x86_64-linux-gnu/c/stdlib.cr
  964. lib/crystal/lib_c/x86_64-linux-gnu/c/string.cr
  965. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/file.cr
  966. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/mman.cr
  967. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/resource.cr
  968. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/select.cr
  969. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/socket.cr
  970. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/stat.cr
  971. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/time.cr
  972. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/types.cr
  973. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/un.cr
  974. lib/crystal/lib_c/x86_64-linux-gnu/c/sys/wait.cr
  975. lib/crystal/lib_c/x86_64-linux-gnu/c/termios.cr
  976. lib/crystal/lib_c/x86_64-linux-gnu/c/time.cr
  977. lib/crystal/lib_c/x86_64-linux-gnu/c/unistd.cr
  978. lib/crystal/lib_c/x86_64-linux-musl/c/arpa/inet.cr
  979. lib/crystal/lib_c/x86_64-linux-musl/c/dirent.cr
  980. lib/crystal/lib_c/x86_64-linux-musl/c/dlfcn.cr
  981. lib/crystal/lib_c/x86_64-linux-musl/c/elf.cr
  982. lib/crystal/lib_c/x86_64-linux-musl/c/errno.cr
  983. lib/crystal/lib_c/x86_64-linux-musl/c/fcntl.cr
  984. lib/crystal/lib_c/x86_64-linux-musl/c/grp.cr
  985. lib/crystal/lib_c/x86_64-linux-musl/c/iconv.cr
  986. lib/crystal/lib_c/x86_64-linux-musl/c/link.cr
  987. lib/crystal/lib_c/x86_64-linux-musl/c/netdb.cr
  988. lib/crystal/lib_c/x86_64-linux-musl/c/netinet/in.cr
  989. lib/crystal/lib_c/x86_64-linux-musl/c/netinet/tcp.cr
  990. lib/crystal/lib_c/x86_64-linux-musl/c/pthread.cr
  991. lib/crystal/lib_c/x86_64-linux-musl/c/pwd.cr
  992. lib/crystal/lib_c/x86_64-linux-musl/c/sched.cr
  993. lib/crystal/lib_c/x86_64-linux-musl/c/signal.cr
  994. lib/crystal/lib_c/x86_64-linux-musl/c/stdarg.cr
  995. lib/crystal/lib_c/x86_64-linux-musl/c/stddef.cr
  996. lib/crystal/lib_c/x86_64-linux-musl/c/stdint.cr
  997. lib/crystal/lib_c/x86_64-linux-musl/c/stdio.cr
  998. lib/crystal/lib_c/x86_64-linux-musl/c/stdlib.cr
  999. lib/crystal/lib_c/x86_64-linux-musl/c/string.cr
  1000. lib/crystal/lib_c/x86_64-linux-musl/c/sys/file.cr
  1001. lib/crystal/lib_c/x86_64-linux-musl/c/sys/mman.cr
  1002. lib/crystal/lib_c/x86_64-linux-musl/c/sys/resource.cr
  1003. lib/crystal/lib_c/x86_64-linux-musl/c/sys/select.cr
  1004. lib/crystal/lib_c/x86_64-linux-musl/c/sys/socket.cr
  1005. lib/crystal/lib_c/x86_64-linux-musl/c/sys/stat.cr
  1006. lib/crystal/lib_c/x86_64-linux-musl/c/sys/time.cr
  1007. lib/crystal/lib_c/x86_64-linux-musl/c/sys/types.cr
  1008. lib/crystal/lib_c/x86_64-linux-musl/c/sys/un.cr
  1009. lib/crystal/lib_c/x86_64-linux-musl/c/sys/wait.cr
  1010. lib/crystal/lib_c/x86_64-linux-musl/c/termios.cr
  1011. lib/crystal/lib_c/x86_64-linux-musl/c/time.cr
  1012. lib/crystal/lib_c/x86_64-linux-musl/c/unistd.cr
  1013. lib/crystal/lib_c/x86_64-macosx-darwin
  1014. lib/crystal/lib_c/x86_64-netbsd/c/arpa/inet.cr
  1015. lib/crystal/lib_c/x86_64-netbsd/c/dirent.cr
  1016. lib/crystal/lib_c/x86_64-netbsd/c/dlfcn.cr
  1017. lib/crystal/lib_c/x86_64-netbsd/c/elf.cr
  1018. lib/crystal/lib_c/x86_64-netbsd/c/errno.cr
  1019. lib/crystal/lib_c/x86_64-netbsd/c/fcntl.cr
  1020. lib/crystal/lib_c/x86_64-netbsd/c/grp.cr
  1021. lib/crystal/lib_c/x86_64-netbsd/c/iconv.cr
  1022. lib/crystal/lib_c/x86_64-netbsd/c/link.cr
  1023. lib/crystal/lib_c/x86_64-netbsd/c/netdb.cr
  1024. lib/crystal/lib_c/x86_64-netbsd/c/netinet/in.cr
  1025. lib/crystal/lib_c/x86_64-netbsd/c/netinet/tcp.cr
  1026. lib/crystal/lib_c/x86_64-netbsd/c/pthread.cr
  1027. lib/crystal/lib_c/x86_64-netbsd/c/pwd.cr
  1028. lib/crystal/lib_c/x86_64-netbsd/c/sched.cr
  1029. lib/crystal/lib_c/x86_64-netbsd/c/signal.cr
  1030. lib/crystal/lib_c/x86_64-netbsd/c/stdarg.cr
  1031. lib/crystal/lib_c/x86_64-netbsd/c/stddef.cr
  1032. lib/crystal/lib_c/x86_64-netbsd/c/stdint.cr
  1033. lib/crystal/lib_c/x86_64-netbsd/c/stdio.cr
  1034. lib/crystal/lib_c/x86_64-netbsd/c/stdlib.cr
  1035. lib/crystal/lib_c/x86_64-netbsd/c/string.cr
  1036. lib/crystal/lib_c/x86_64-netbsd/c/sys/file.cr
  1037. lib/crystal/lib_c/x86_64-netbsd/c/sys/mman.cr
  1038. lib/crystal/lib_c/x86_64-netbsd/c/sys/resource.cr
  1039. lib/crystal/lib_c/x86_64-netbsd/c/sys/select.cr
  1040. lib/crystal/lib_c/x86_64-netbsd/c/sys/socket.cr
  1041. lib/crystal/lib_c/x86_64-netbsd/c/sys/stat.cr
  1042. lib/crystal/lib_c/x86_64-netbsd/c/sys/time.cr
  1043. lib/crystal/lib_c/x86_64-netbsd/c/sys/types.cr
  1044. lib/crystal/lib_c/x86_64-netbsd/c/sys/un.cr
  1045. lib/crystal/lib_c/x86_64-netbsd/c/sys/wait.cr
  1046. lib/crystal/lib_c/x86_64-netbsd/c/sysctl.cr
  1047. lib/crystal/lib_c/x86_64-netbsd/c/termios.cr
  1048. lib/crystal/lib_c/x86_64-netbsd/c/time.cr
  1049. lib/crystal/lib_c/x86_64-netbsd/c/unistd.cr
  1050. lib/crystal/lib_c/x86_64-openbsd/c/arpa/inet.cr
  1051. lib/crystal/lib_c/x86_64-openbsd/c/dirent.cr
  1052. lib/crystal/lib_c/x86_64-openbsd/c/dlfcn.cr
  1053. lib/crystal/lib_c/x86_64-openbsd/c/elf.cr
  1054. lib/crystal/lib_c/x86_64-openbsd/c/errno.cr
  1055. lib/crystal/lib_c/x86_64-openbsd/c/fcntl.cr
  1056. lib/crystal/lib_c/x86_64-openbsd/c/grp.cr
  1057. lib/crystal/lib_c/x86_64-openbsd/c/iconv.cr
  1058. lib/crystal/lib_c/x86_64-openbsd/c/link.cr
  1059. lib/crystal/lib_c/x86_64-openbsd/c/netdb.cr
  1060. lib/crystal/lib_c/x86_64-openbsd/c/netinet/in.cr
  1061. lib/crystal/lib_c/x86_64-openbsd/c/netinet/tcp.cr
  1062. lib/crystal/lib_c/x86_64-openbsd/c/pthread.cr
  1063. lib/crystal/lib_c/x86_64-openbsd/c/pwd.cr
  1064. lib/crystal/lib_c/x86_64-openbsd/c/sched.cr
  1065. lib/crystal/lib_c/x86_64-openbsd/c/signal.cr
  1066. lib/crystal/lib_c/x86_64-openbsd/c/stdarg.cr
  1067. lib/crystal/lib_c/x86_64-openbsd/c/stddef.cr
  1068. lib/crystal/lib_c/x86_64-openbsd/c/stdint.cr
  1069. lib/crystal/lib_c/x86_64-openbsd/c/stdio.cr
  1070. lib/crystal/lib_c/x86_64-openbsd/c/stdlib.cr
  1071. lib/crystal/lib_c/x86_64-openbsd/c/string.cr
  1072. lib/crystal/lib_c/x86_64-openbsd/c/sys/file.cr
  1073. lib/crystal/lib_c/x86_64-openbsd/c/sys/mman.cr
  1074. lib/crystal/lib_c/x86_64-openbsd/c/sys/resource.cr
  1075. lib/crystal/lib_c/x86_64-openbsd/c/sys/select.cr
  1076. lib/crystal/lib_c/x86_64-openbsd/c/sys/socket.cr
  1077. lib/crystal/lib_c/x86_64-openbsd/c/sys/stat.cr
  1078. lib/crystal/lib_c/x86_64-openbsd/c/sys/time.cr
  1079. lib/crystal/lib_c/x86_64-openbsd/c/sys/types.cr
  1080. lib/crystal/lib_c/x86_64-openbsd/c/sys/un.cr
  1081. lib/crystal/lib_c/x86_64-openbsd/c/sys/wait.cr
  1082. lib/crystal/lib_c/x86_64-openbsd/c/sysctl.cr
  1083. lib/crystal/lib_c/x86_64-openbsd/c/termios.cr
  1084. lib/crystal/lib_c/x86_64-openbsd/c/time.cr
  1085. lib/crystal/lib_c/x86_64-openbsd/c/unistd.cr
  1086. lib/crystal/lib_c/x86_64-portbld-freebsd
  1087. lib/crystal/lib_c/x86_64-unknown-freebsd
  1088. lib/crystal/lib_c/x86_64-windows-msvc/c/afunix.cr
  1089. lib/crystal/lib_c/x86_64-windows-msvc/c/basetsd.cr
  1090. lib/crystal/lib_c/x86_64-windows-msvc/c/combaseapi.cr
  1091. lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi.cr
  1092. lib/crystal/lib_c/x86_64-windows-msvc/c/consoleapi2.cr
  1093. lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr
  1094. lib/crystal/lib_c/x86_64-windows-msvc/c/dbghelp.cr
  1095. lib/crystal/lib_c/x86_64-windows-msvc/c/delayimp.cr
  1096. lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr
  1097. lib/crystal/lib_c/x86_64-windows-msvc/c/errhandlingapi.cr
  1098. lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
  1099. lib/crystal/lib_c/x86_64-windows-msvc/c/fcntl.cr
  1100. lib/crystal/lib_c/x86_64-windows-msvc/c/fileapi.cr
  1101. lib/crystal/lib_c/x86_64-windows-msvc/c/guiddef.cr
  1102. lib/crystal/lib_c/x86_64-windows-msvc/c/handleapi.cr
  1103. lib/crystal/lib_c/x86_64-windows-msvc/c/heapapi.cr
  1104. lib/crystal/lib_c/x86_64-windows-msvc/c/in6addr.cr
  1105. lib/crystal/lib_c/x86_64-windows-msvc/c/inaddr.cr
  1106. lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
  1107. lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
  1108. lib/crystal/lib_c/x86_64-windows-msvc/c/ioapiset.cr
  1109. lib/crystal/lib_c/x86_64-windows-msvc/c/knownfolders.cr
  1110. lib/crystal/lib_c/x86_64-windows-msvc/c/libloaderapi.cr
  1111. lib/crystal/lib_c/x86_64-windows-msvc/c/malloc.cr
  1112. lib/crystal/lib_c/x86_64-windows-msvc/c/memoryapi.cr
  1113. lib/crystal/lib_c/x86_64-windows-msvc/c/minwinbase.cr
  1114. lib/crystal/lib_c/x86_64-windows-msvc/c/mswsock.cr
  1115. lib/crystal/lib_c/x86_64-windows-msvc/c/ntifs.cr
  1116. lib/crystal/lib_c/x86_64-windows-msvc/c/ntsecapi.cr
  1117. lib/crystal/lib_c/x86_64-windows-msvc/c/ntstatus.cr
  1118. lib/crystal/lib_c/x86_64-windows-msvc/c/process.cr
  1119. lib/crystal/lib_c/x86_64-windows-msvc/c/processenv.cr
  1120. lib/crystal/lib_c/x86_64-windows-msvc/c/processthreadsapi.cr
  1121. lib/crystal/lib_c/x86_64-windows-msvc/c/profileapi.cr
  1122. lib/crystal/lib_c/x86_64-windows-msvc/c/regapix.cr
  1123. lib/crystal/lib_c/x86_64-windows-msvc/c/sdkddkver.cr
  1124. lib/crystal/lib_c/x86_64-windows-msvc/c/shlobj_core.cr
  1125. lib/crystal/lib_c/x86_64-windows-msvc/c/signal.cr
  1126. lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
  1127. lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
  1128. lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr
  1129. lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr
  1130. lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr
  1131. lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr
  1132. lib/crystal/lib_c/x86_64-windows-msvc/c/stringapiset.cr
  1133. lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr
  1134. lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr
  1135. lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr
  1136. lib/crystal/lib_c/x86_64-windows-msvc/c/sys/utime.cr
  1137. lib/crystal/lib_c/x86_64-windows-msvc/c/sysinfoapi.cr
  1138. lib/crystal/lib_c/x86_64-windows-msvc/c/timezoneapi.cr
  1139. lib/crystal/lib_c/x86_64-windows-msvc/c/tlhelp32.cr
  1140. lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
  1141. lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
  1142. lib/crystal/lib_c/x86_64-windows-msvc/c/wincrypt.cr
  1143. lib/crystal/lib_c/x86_64-windows-msvc/c/windows.cr
  1144. lib/crystal/lib_c/x86_64-windows-msvc/c/winioctl.cr
  1145. lib/crystal/lib_c/x86_64-windows-msvc/c/winnls.cr
  1146. lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
  1147. lib/crystal/lib_c/x86_64-windows-msvc/c/winreg.cr
  1148. lib/crystal/lib_c/x86_64-windows-msvc/c/winsock2.cr
  1149. lib/crystal/lib_c/x86_64-windows-msvc/c/ws2def.cr
  1150. lib/crystal/lib_c/x86_64-windows-msvc/c/ws2ipdef.cr
  1151. lib/crystal/lib_c/x86_64-windows-msvc/c/ws2tcpip.cr
  1152. lib/crystal/lib_c/x86_64-windows-msvc/c/wtypesbase.cr
  1153. lib/crystal/lib_z/lib_z.cr
  1154. lib/crystal/llvm.cr
  1155. lib/crystal/llvm/abi.cr
  1156. lib/crystal/llvm/abi/aarch64.cr
  1157. lib/crystal/llvm/abi/arm.cr
  1158. lib/crystal/llvm/abi/wasm32.cr
  1159. lib/crystal/llvm/abi/x86.cr
  1160. lib/crystal/llvm/abi/x86_64.cr
  1161. lib/crystal/llvm/abi/x86_win64.cr
  1162. lib/crystal/llvm/basic_block.cr
  1163. lib/crystal/llvm/basic_block_collection.cr
  1164. lib/crystal/llvm/builder.cr
  1165. lib/crystal/llvm/context.cr
  1166. lib/crystal/llvm/di_builder.cr
  1167. lib/crystal/llvm/enums.cr
  1168. lib/crystal/llvm/enums/atomic.cr
  1169. lib/crystal/llvm/ext/find-llvm-config
  1170. lib/crystal/llvm/ext/llvm-versions.txt
  1171. lib/crystal/llvm/ext/llvm_ext.cc
  1172. lib/crystal/llvm/ext/llvm_ext.o
  1173. lib/crystal/llvm/function.cr
  1174. lib/crystal/llvm/function_collection.cr
  1175. lib/crystal/llvm/function_pass_manager.cr
  1176. lib/crystal/llvm/generic_value.cr
  1177. lib/crystal/llvm/global_collection.cr
  1178. lib/crystal/llvm/instruction_collection.cr
  1179. lib/crystal/llvm/jit_compiler.cr
  1180. lib/crystal/llvm/lib_llvm.cr
  1181. lib/crystal/llvm/lib_llvm_ext.cr
  1182. lib/crystal/llvm/memory_buffer.cr
  1183. lib/crystal/llvm/module.cr
  1184. lib/crystal/llvm/module_pass_manager.cr
  1185. lib/crystal/llvm/operand_bundle_def.cr
  1186. lib/crystal/llvm/parameter_collection.cr
  1187. lib/crystal/llvm/pass_builder_options.cr
  1188. lib/crystal/llvm/pass_manager_builder.cr
  1189. lib/crystal/llvm/pass_registry.cr
  1190. lib/crystal/llvm/phi_table.cr
  1191. lib/crystal/llvm/target.cr
  1192. lib/crystal/llvm/target_data.cr
  1193. lib/crystal/llvm/target_machine.cr
  1194. lib/crystal/llvm/type.cr
  1195. lib/crystal/llvm/value.cr
  1196. lib/crystal/llvm/value_methods.cr
  1197. lib/crystal/log.cr
  1198. lib/crystal/log/backend.cr
  1199. lib/crystal/log/broadcast_backend.cr
  1200. lib/crystal/log/builder.cr
  1201. lib/crystal/log/dispatch.cr
  1202. lib/crystal/log/entry.cr
  1203. lib/crystal/log/format.cr
  1204. lib/crystal/log/io_backend.cr
  1205. lib/crystal/log/json.cr
  1206. lib/crystal/log/log.cr
  1207. lib/crystal/log/main.cr
  1208. lib/crystal/log/memory_backend.cr
  1209. lib/crystal/log/metadata.cr
  1210. lib/crystal/log/setup.cr
  1211. lib/crystal/log/spec.cr
  1212. lib/crystal/macros.cr
  1213. lib/crystal/math/libm.cr
  1214. lib/crystal/math/math.cr
  1215. lib/crystal/mime.cr
  1216. lib/crystal/mime/media_type.cr
  1217. lib/crystal/mime/multipart.cr
  1218. lib/crystal/mime/multipart/builder.cr
  1219. lib/crystal/mime/multipart/parser.cr
  1220. lib/crystal/mime/multipart/state.cr
  1221. lib/crystal/mutex.cr
  1222. lib/crystal/named_tuple.cr
  1223. lib/crystal/nil.cr
  1224. lib/crystal/number.cr
  1225. lib/crystal/oauth.cr
  1226. lib/crystal/oauth/access_token.cr
  1227. lib/crystal/oauth/authorization_header.cr
  1228. lib/crystal/oauth/consumer.cr
  1229. lib/crystal/oauth/error.cr
  1230. lib/crystal/oauth/oauth.cr
  1231. lib/crystal/oauth/params.cr
  1232. lib/crystal/oauth/request_token.cr
  1233. lib/crystal/oauth/signature.cr
  1234. lib/crystal/oauth2.cr
  1235. lib/crystal/oauth2/access_token/access_token.cr
  1236. lib/crystal/oauth2/access_token/bearer.cr
  1237. lib/crystal/oauth2/access_token/mac.cr
  1238. lib/crystal/oauth2/auth_scheme.cr
  1239. lib/crystal/oauth2/client.cr
  1240. lib/crystal/oauth2/error.cr
  1241. lib/crystal/oauth2/oauth2.cr
  1242. lib/crystal/oauth2/session.cr
  1243. lib/crystal/object.cr
  1244. lib/crystal/openssl.cr
  1245. lib/crystal/openssl/algorithm.cr
  1246. lib/crystal/openssl/bio.cr
  1247. lib/crystal/openssl/cipher.cr
  1248. lib/crystal/openssl/digest.cr
  1249. lib/crystal/openssl/error.cr
  1250. lib/crystal/openssl/hmac.cr
  1251. lib/crystal/openssl/lib_crypto.cr
  1252. lib/crystal/openssl/lib_ssl.cr
  1253. lib/crystal/openssl/md5.cr
  1254. lib/crystal/openssl/pkcs5.cr
  1255. lib/crystal/openssl/sha1.cr
  1256. lib/crystal/openssl/ssl/context.cr
  1257. lib/crystal/openssl/ssl/defaults.cr
  1258. lib/crystal/openssl/ssl/hostname_validation.cr
  1259. lib/crystal/openssl/ssl/server.cr
  1260. lib/crystal/openssl/ssl/socket.cr
  1261. lib/crystal/openssl/x509/certificate.cr
  1262. lib/crystal/openssl/x509/extension.cr
  1263. lib/crystal/openssl/x509/name.cr
  1264. lib/crystal/openssl/x509/x509.cr
  1265. lib/crystal/option_parser.cr
  1266. lib/crystal/path.cr
  1267. lib/crystal/pointer.cr
  1268. lib/crystal/prelude.cr
  1269. lib/crystal/pretty_print.cr
  1270. lib/crystal/primitives.cr
  1271. lib/crystal/proc.cr
  1272. lib/crystal/process.cr
  1273. lib/crystal/process/executable_path.cr
  1274. lib/crystal/process/shell.cr
  1275. lib/crystal/process/status.cr
  1276. lib/crystal/raise.cr
  1277. lib/crystal/random.cr
  1278. lib/crystal/random/isaac.cr
  1279. lib/crystal/random/pcg32.cr
  1280. lib/crystal/random/secure.cr
  1281. lib/crystal/range.cr
  1282. lib/crystal/range/bsearch.cr
  1283. lib/crystal/reference.cr
  1284. lib/crystal/regex.cr
  1285. lib/crystal/regex/engine.cr
  1286. lib/crystal/regex/lib_pcre.cr
  1287. lib/crystal/regex/lib_pcre2.cr
  1288. lib/crystal/regex/match_data.cr
  1289. lib/crystal/regex/pcre.cr
  1290. lib/crystal/regex/pcre2.cr
  1291. lib/crystal/semantic_version.cr
  1292. lib/crystal/set.cr
  1293. lib/crystal/signal.cr
  1294. lib/crystal/slice.cr
  1295. lib/crystal/slice/sort.cr
  1296. lib/crystal/socket.cr
  1297. lib/crystal/socket/address.cr
  1298. lib/crystal/socket/addrinfo.cr
  1299. lib/crystal/socket/common.cr
  1300. lib/crystal/socket/ip_socket.cr
  1301. lib/crystal/socket/server.cr
  1302. lib/crystal/socket/tcp_server.cr
  1303. lib/crystal/socket/tcp_socket.cr
  1304. lib/crystal/socket/udp_socket.cr
  1305. lib/crystal/socket/unix_server.cr
  1306. lib/crystal/socket/unix_socket.cr
  1307. lib/crystal/spec.cr
  1308. lib/crystal/spec/cli.cr
  1309. lib/crystal/spec/context.cr
  1310. lib/crystal/spec/dsl.cr
  1311. lib/crystal/spec/example.cr
  1312. lib/crystal/spec/example/procsy.cr
  1313. lib/crystal/spec/example_group/procsy.cr
  1314. lib/crystal/spec/expectations.cr
  1315. lib/crystal/spec/filters.cr
  1316. lib/crystal/spec/formatter.cr
  1317. lib/crystal/spec/helpers/iterate.cr
  1318. lib/crystal/spec/helpers/string.cr
  1319. lib/crystal/spec/item.cr
  1320. lib/crystal/spec/junit_formatter.cr
  1321. lib/crystal/spec/methods.cr
  1322. lib/crystal/spec/source.cr
  1323. lib/crystal/spec/tap_formatter.cr
  1324. lib/crystal/static_array.cr
  1325. lib/crystal/steppable.cr
  1326. lib/crystal/string.cr
  1327. lib/crystal/string/builder.cr
  1328. lib/crystal/string/formatter.cr
  1329. lib/crystal/string/grapheme.cr
  1330. lib/crystal/string/grapheme/grapheme.cr
  1331. lib/crystal/string/grapheme/properties.cr
  1332. lib/crystal/string/utf16.cr
  1333. lib/crystal/string_pool.cr
  1334. lib/crystal/string_scanner.cr
  1335. lib/crystal/struct.cr
  1336. lib/crystal/symbol.cr
  1337. lib/crystal/syscall.cr
  1338. lib/crystal/syscall/aarch64-linux.cr
  1339. lib/crystal/syscall/arm-linux.cr
  1340. lib/crystal/syscall/i386-linux.cr
  1341. lib/crystal/syscall/x86_64-linux.cr
  1342. lib/crystal/system.cr
  1343. lib/crystal/system/group.cr
  1344. lib/crystal/system/user.cr
  1345. lib/crystal/system_error.cr
  1346. lib/crystal/termios.cr
  1347. lib/crystal/time.cr
  1348. lib/crystal/time/format.cr
  1349. lib/crystal/time/format/custom/http_date.cr
  1350. lib/crystal/time/format/custom/iso_8601.cr
  1351. lib/crystal/time/format/custom/rfc_2822.cr
  1352. lib/crystal/time/format/custom/rfc_3339.cr
  1353. lib/crystal/time/format/custom/yaml_date.cr
  1354. lib/crystal/time/format/formatter.cr
  1355. lib/crystal/time/format/parser.cr
  1356. lib/crystal/time/format/pattern.cr
  1357. lib/crystal/time/location.cr
  1358. lib/crystal/time/location/loader.cr
  1359. lib/crystal/time/span.cr
  1360. lib/crystal/tuple.cr
  1361. lib/crystal/unicode/data.cr
  1362. lib/crystal/unicode/unicode.cr
  1363. lib/crystal/union.cr
  1364. lib/crystal/uri.cr
  1365. lib/crystal/uri/encoding.cr
  1366. lib/crystal/uri/json.cr
  1367. lib/crystal/uri/params.cr
  1368. lib/crystal/uri/punycode.cr
  1369. lib/crystal/uri/uri_parser.cr
  1370. lib/crystal/uri/yaml.cr
  1371. lib/crystal/uuid.cr
  1372. lib/crystal/uuid/json.cr
  1373. lib/crystal/uuid/yaml.cr
  1374. lib/crystal/va_list.cr
  1375. lib/crystal/value.cr
  1376. lib/crystal/wasi_error.cr
  1377. lib/crystal/weak_ref.cr
  1378. lib/crystal/winerror.cr
  1379. lib/crystal/xml.cr
  1380. lib/crystal/xml/attribute_type.cr
  1381. lib/crystal/xml/attributes.cr
  1382. lib/crystal/xml/builder.cr
  1383. lib/crystal/xml/error.cr
  1384. lib/crystal/xml/html_parser_options.cr
  1385. lib/crystal/xml/libxml2.cr
  1386. lib/crystal/xml/namespace.cr
  1387. lib/crystal/xml/node.cr
  1388. lib/crystal/xml/node/type.cr
  1389. lib/crystal/xml/node_set.cr
  1390. lib/crystal/xml/parser_options.cr
  1391. lib/crystal/xml/reader.cr
  1392. lib/crystal/xml/reader/type.cr
  1393. lib/crystal/xml/save_options.cr
  1394. lib/crystal/xml/xpath_context.cr
  1395. lib/crystal/yaml.cr
  1396. lib/crystal/yaml/any.cr
  1397. lib/crystal/yaml/builder.cr
  1398. lib/crystal/yaml/enums.cr
  1399. lib/crystal/yaml/from_yaml.cr
  1400. lib/crystal/yaml/lib_yaml.cr
  1401. lib/crystal/yaml/nodes.cr
  1402. lib/crystal/yaml/nodes/builder.cr
  1403. lib/crystal/yaml/nodes/nodes.cr
  1404. lib/crystal/yaml/nodes/parser.cr
  1405. lib/crystal/yaml/parse_context.cr
  1406. lib/crystal/yaml/parser.cr
  1407. lib/crystal/yaml/pull_parser.cr
  1408. lib/crystal/yaml/schema/core.cr
  1409. lib/crystal/yaml/schema/core/parser.cr
  1410. lib/crystal/yaml/schema/fail_safe.cr
  1411. lib/crystal/yaml/serialization.cr
  1412. lib/crystal/yaml/to_yaml.cr
  1413. share/man/man1/crystal.1.gz
  1414. share/zsh/site-functions/_crystal
  1415. @owner
  1416. @group
  1417. @mode
Collapse this list.
Dependency lines:
  • crystal>0:lang/crystal
To install the port:
cd /usr/ports/lang/crystal/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/crystal
  • pkg install crystal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: crystal
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64
distinfo:
TIMESTAMP = 1702909351 SHA256 (crystal/crystal-1.5.1-aarch64-llvm14.tar.xz) = 62617bf7a6d38d5a980672559b680818bf35803252f69bb6ecfb33377c3b2a88 SIZE (crystal/crystal-1.5.1-aarch64-llvm14.tar.xz) = 2085460

Expand this list (4 items)

Collapse this list.

SHA256 (crystal/crystal-lang-crystal-1.10.1_GH0.tar.gz) = f6449ffff519c86383f5e845455f3e6f6b10d6090effab09568f4c7414a8a51b SIZE (crystal/crystal-lang-crystal-1.10.1_GH0.tar.gz) = 3305965 SHA256 (crystal/crystal-1.5.1-amd64-llvm14.tar.xz) = abd7cd2a798b9184d6cbb600fde29a55e196a03974c164ceac1713be264fb7ac SIZE (crystal/crystal-1.5.1-amd64-llvm14.tar.xz) = 2608988

Collapse this list.


Packages (timestamps in pop-ups are UTC):
crystal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.10.1_11.10.1_1------
FreeBSD:13:quarterly1.7.31.7.3------
FreeBSD:14:latest1.10.1_11.10.1_1------
FreeBSD:14:quarterly1.7.31.7.3------
FreeBSD:15:latest1.10.1_11.10.1_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. llvm-config14 : devel/llvm14
  2. git : devel/git
  3. gmake>=4.3 : devel/gmake
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. pkg-config : devel/pkgconf
Library dependencies:
  1. libLLVM-16.so : devel/llvm16
  2. libevent.so : devel/libevent
  3. libffi.so : devel/libffi
  4. libgc-threaded.so : devel/boehm-gc-threaded
  5. libgmp.so : math/gmp
  6. libpcre.so : devel/pcre
  7. libpcre2-8.so : devel/pcre2
  8. libxml2.so : textproc/libxml2
  9. libyaml.so : textproc/libyaml
This port is required by:
for Build
  1. devel/shards
  2. net/lavinmq

Configuration Options:
===> The following configuration options are available for crystal-1.10.1_1: DEBUG=off: Build with debugging support DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples INTERPRETER=on: Enable interpreter (experimental) STATIC=off: Build static executables and/or libraries ===> Use 'make config' to modify these settings
Options name:
lang_crystal
USES:
compiler gmake pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/crystal-lang/crystal/tar.gz/1.10.1?dummy=/
Collapse this list.

Number of commits found: 50

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.1_1
21 Jan 2024 22:32:09
commit hash: ff994dae79e21a968ae8cdeb76f79fc43e2e9ff4commit hash: ff994dae79e21a968ae8cdeb76f79fc43e2e9ff4commit hash: ff994dae79e21a968ae8cdeb76f79fc43e2e9ff4commit hash: ff994dae79e21a968ae8cdeb76f79fc43e2e9ff4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/crystal: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
1.10.1
10 Jan 2024 15:37:12
commit hash: 8bcabf4357e6d87b3d2904261fec4fe82c774d94commit hash: 8bcabf4357e6d87b3d2904261fec4fe82c774d94commit hash: 8bcabf4357e6d87b3d2904261fec4fe82c774d94commit hash: 8bcabf4357e6d87b3d2904261fec4fe82c774d94 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
lang/crystal: update to 1.10.1

- fix build for 14.0+ with base OpenSSL 3.x

Differential Revision: https://reviews.freebsd.org/D41746
PR:	275427
1.7.3
10 Mar 2023 15:57:43
commit hash: 8108170775ebb9b37fa94d50b94771c59969d9a3commit hash: 8108170775ebb9b37fa94d50b94771c59969d9a3commit hash: 8108170775ebb9b37fa94d50b94771c59969d9a3commit hash: 8108170775ebb9b37fa94d50b94771c59969d9a3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.7.3

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.3
1.7.2
27 Jan 2023 12:23:50
commit hash: 36e69775cadf4819180ce1233c66196f1b0dbbebcommit hash: 36e69775cadf4819180ce1233c66196f1b0dbbebcommit hash: 36e69775cadf4819180ce1233c66196f1b0dbbebcommit hash: 36e69775cadf4819180ce1233c66196f1b0dbbeb files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.7.2

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.2
1.7.1
17 Jan 2023 21:23:37
commit hash: b2f9ad9709668cb2f8454a297150a98f8c2f37d1commit hash: b2f9ad9709668cb2f8454a297150a98f8c2f37d1commit hash: b2f9ad9709668cb2f8454a297150a98f8c2f37d1commit hash: b2f9ad9709668cb2f8454a297150a98f8c2f37d1 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.7.1

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.1
1.7.0
11 Jan 2023 14:01:05
commit hash: c4a0f331ea6a2e10e8786c238798890c6cca6504commit hash: c4a0f331ea6a2e10e8786c238798890c6cca6504commit hash: c4a0f331ea6a2e10e8786c238798890c6cca6504commit hash: c4a0f331ea6a2e10e8786c238798890c6cca6504 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.7.0

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.7.0
1.6.2
04 Nov 2022 12:45:46
commit hash: 0b8b55ccbdaa032d791d99cb79b1184c067d0dd7commit hash: 0b8b55ccbdaa032d791d99cb79b1184c067d0dd7commit hash: 0b8b55ccbdaa032d791d99cb79b1184c067d0dd7commit hash: 0b8b55ccbdaa032d791d99cb79b1184c067d0dd7 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.6.2

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.2
1.6.1
21 Oct 2022 17:26:26
commit hash: 837f7640ed006c0457fb12032ebf4c7dea0f3395commit hash: 837f7640ed006c0457fb12032ebf4c7dea0f3395commit hash: 837f7640ed006c0457fb12032ebf4c7dea0f3395commit hash: 837f7640ed006c0457fb12032ebf4c7dea0f3395 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.6.1

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.1
1.6.0_1
12 Oct 2022 18:55:20
commit hash: 4359a0aa3347b156bead8d122c2d9ea588af102bcommit hash: 4359a0aa3347b156bead8d122c2d9ea588af102bcommit hash: 4359a0aa3347b156bead8d122c2d9ea588af102bcommit hash: 4359a0aa3347b156bead8d122c2d9ea588af102b files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Unbreak and enable interpreter mode by default
1.6.0
12 Oct 2022 11:23:48
commit hash: 026e79b6060ca2fe997c267ca886bfb0860a9457commit hash: 026e79b6060ca2fe997c267ca886bfb0860a9457commit hash: 026e79b6060ca2fe997c267ca886bfb0860a9457commit hash: 026e79b6060ca2fe997c267ca886bfb0860a9457 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.6.0

Changes:	https://github.com/crystal-lang/crystal/releases/tag/1.6.0

While here, also:

- switch to llvm 14
- upgrade bootstrap compiler to 1.5.1
- add INTERPRETER and STATIC knobs
1.5.1
09 Oct 2022 12:24:14
commit hash: cff302d9b771582d0870c680d13c6337a1dd3597commit hash: cff302d9b771582d0870c680d13c6337a1dd3597commit hash: cff302d9b771582d0870c680d13c6337a1dd3597commit hash: cff302d9b771582d0870c680d13c6337a1dd3597 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Adopt port
1.5.1
09 Oct 2022 11:56:28
commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178commit hash: f57221afde929c42521a9325c8e6416e2e400178 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Release ports from maintainership

Maintainer releases all his ports.

PR:		266871
Reported by:	unrelentingtech <greg@unrelenting.technology>
1.5.1
24 Sep 2022 16:35:54
commit hash: 41671cfa49c920b92faaa5971888e3d47d1462bdcommit hash: 41671cfa49c920b92faaa5971888e3d47d1462bdcommit hash: 41671cfa49c920b92faaa5971888e3d47d1462bdcommit hash: 41671cfa49c920b92faaa5971888e3d47d1462bd files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Gian-Simon Purkert
lang/crystal: Update to 1.5.1

ChangeLog: https://github.com/crystal-lang/crystal/releases/tag/1.5.1

 * Fix Class#nilable? for recursive unions and root types
 * Fix Float#abs and Number#format for -0.0
 * Fix null dereference when passing empty slice to Base64.encode
 * Do not check abstract def parameter names on abstract types and modules
 * Compiler/codegen: reset @needs_value
 * Fix homogeneous_aggregate? check for aarch64 types
 * Compiler: don't eagerly check cast type
 * Fix type restriction augmenter for Union(*T) and similar
 * Formatter: Fix assign followed by comment
 * Handle formatting annotated method parameters
 * Update distribution-scripts
 * Update distribution-scripts
 * [CI] Bumping xcode to 13.4.1

PR:		266519
Reported by:	gspurki@gmail.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.5.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.0
11 Aug 2022 12:57:35
commit hash: b83466143ac2a78d6e28e4136aa54b631bf3b97dcommit hash: b83466143ac2a78d6e28e4136aa54b631bf3b97dcommit hash: b83466143ac2a78d6e28e4136aa54b631bf3b97dcommit hash: b83466143ac2a78d6e28e4136aa54b631bf3b97d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
lang/crystal: Update to 1.5.0

Changes:	https://crystal-lang.org/2022/07/06/1.5.0-released.html

PR:		265419
Approved by:	greg@unrelenting.technology (maintaner)
1.4.1
08 Jul 2022 14:25:43
commit hash: 1e9ac10c5908a073185cb47a731090cac5aa15f3commit hash: 1e9ac10c5908a073185cb47a731090cac5aa15f3commit hash: 1e9ac10c5908a073185cb47a731090cac5aa15f3commit hash: 1e9ac10c5908a073185cb47a731090cac5aa15f3 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/crystal: restore aarch64 bootstrap

PR:		263572
Approved by:	portmgr (build fix blanket)
1.4.1
27 Apr 2022 05:06:50
commit hash: 0266c754cd087cb5eed54c41e5a56a21534d6ce7commit hash: 0266c754cd087cb5eed54c41e5a56a21534d6ce7commit hash: 0266c754cd087cb5eed54c41e5a56a21534d6ce7commit hash: 0266c754cd087cb5eed54c41e5a56a21534d6ce7 files touched by this commit
Wen Heping (wen) search for other commits by this committer
lang/crystal: Update to 1.4.1

PR:		263572
Reported by:	slowdive@me.com
Approved by:	maintainer
1.4.0
20 Apr 2022 14:21:29
commit hash: 71ec7cdb3d51f1a8c908488e1eae856d4fa45dbbcommit hash: 71ec7cdb3d51f1a8c908488e1eae856d4fa45dbbcommit hash: 71ec7cdb3d51f1a8c908488e1eae856d4fa45dbbcommit hash: 71ec7cdb3d51f1a8c908488e1eae856d4fa45dbb files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
lang/crystal: Readd aarch64 boostrap checksum

Removed by mistake in last update

PR:	262581
Reported by:	greg@unrelenting.technology (maintainer)
Fixes:	8cd785de155f660685d9d64ba9c9dc9ae53066c1
1.4.0
12 Apr 2022 09:41:32
commit hash: 8cd785de155f660685d9d64ba9c9dc9ae53066c1commit hash: 8cd785de155f660685d9d64ba9c9dc9ae53066c1commit hash: 8cd785de155f660685d9d64ba9c9dc9ae53066c1commit hash: 8cd785de155f660685d9d64ba9c9dc9ae53066c1 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
lang/crystal: Update to 1.4.0

ChangeLog: https://crystal-lang.org/2022/04/06/1.4.0-released.html

PR:	262581
Reported by:	slowdive@me.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
1.2.2_1
25 Mar 2022 17:14:19
commit hash: 30bb70e94e1bed9b4c2953b7be0e56ba7adc902bcommit hash: 30bb70e94e1bed9b4c2953b7be0e56ba7adc902bcommit hash: 30bb70e94e1bed9b4c2953b7be0e56ba7adc902bcommit hash: 30bb70e94e1bed9b4c2953b7be0e56ba7adc902b files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
lang/crystal: fix broken base SSL usage

crystal needs pkgconfig to determine precisely which SSL variant is
present, and patch itself accordingly, but this is not present in
FreeBSD base. Patch directly, what would have been provided by
pkgconfig, for currently supported FreeBSD versions.

PR:          257658
Approved by: greg@unrelenting.technology (maintainer)
Differential Revision: https://reviews.freebsd.org/D31435
1.2.2
22 Mar 2022 00:16:13
commit hash: 24f896ee7221eec8bd72c9fec778c18fca0079bbcommit hash: 24f896ee7221eec8bd72c9fec778c18fca0079bbcommit hash: 24f896ee7221eec8bd72c9fec778c18fca0079bbcommit hash: 24f896ee7221eec8bd72c9fec778c18fca0079bb files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
lang/crystal: chase d7120b446433
1.2.2
28 Dec 2021 17:43:02
commit hash: d926f772494f184f24e52fc1d9749cd6b33bf22bcommit hash: d926f772494f184f24e52fc1d9749cd6b33bf22bcommit hash: d926f772494f184f24e52fc1d9749cd6b33bf22bcommit hash: d926f772494f184f24e52fc1d9749cd6b33bf22b files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Greg V
lang/crystal: update to 1.2.2

PR:	259923
Reported by:	mohd.akram@outlook.com
1.1.1
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
1.1.1
30 Jul 2021 05:32:37
commit hash: 2199e2f85f13ff53c71595b9e33c9752a85951becommit hash: 2199e2f85f13ff53c71595b9e33c9752a85951becommit hash: 2199e2f85f13ff53c71595b9e33c9752a85951becommit hash: 2199e2f85f13ff53c71595b9e33c9752a85951be files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Greg V
lang/crystal: update to 1.1.1

Also update download URL to a CDN domain, regenerate bootstraps to 1.1.1.

Changelog: https://github.com/crystal-lang/crystal/blob/1.1.1/CHANGELOG.md

PR:		257488
0.36.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.36.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.36.1
12 Feb 2021 11:17:54
Revision:565009Original commit files touched by this commit
fernape search for other commits by this committer
lang/crystal: Update to 0.36.1

ChangeLog: https://github.com/crystal-lang/crystal/blob/0.36.1/CHANGELOG.md

Should fix this issue: https://github.com/crystal-lang/crystal/pull/10259

PR:	253111
Submitted by:	rlwestlund@gmail.com
Approved by:	greg@unrelenting.technology (maintainer)
MFH:	2021Q1 (runtime fix)
0.35.1_1
11 Oct 2020 08:56:28
Revision:552036Original commit files touched by this commit
mikael search for other commits by this committer
lang/crystal: Add missing dependency on pkg-config

Previous version of Crystal added -L/usr/local/lib by default,
but now it needs pkg-config.

PR:		248266
Submitted by:	Greg V (greg@unrelenting.technology)
0.35.1
08 Oct 2020 00:51:06
Revision:551686Original commit files touched by this commit
jbeich search for other commits by this committer
devel/llvm-devel: chase r544647 in LLVM_DEFAULT consumers
0.35.1
05 Oct 2020 11:17:08
Revision:551486Original commit files touched by this commit
fernape search for other commits by this committer
lang/crystal: update to 0.35.1

PR:	248265
Submitted by:	greg@unrelenting.technology (maintainer)
Reported by:	mohd.akram@outlook.com
0.34.0
13 Jun 2020 08:42:06
Revision:538654Original commit files touched by this commit
mikael search for other commits by this committer
lang/crystal: update to 0.34.0 (& devel/shards 0.11.0)

PR:		247071
Submitted by:	Greg V (maintainer)
0.32.1
12 Jan 2020 02:18:01
Revision:522742Original commit files touched by this commit
jbeich search for other commits by this committer
lang/crystal: update to 0.32.1

- Switch to devel/llvm90
- Drop r507877 workaround
- Drop separate bootstrap for FreeBSD 11

Changes:	https://crystal-lang.org/2019/12/18/crystal-0.32.1-released.html
PR:		239603 243276
Submitted by:	Greg V (maintainer)
0.28.0_2
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
0.28.0_2
08 Aug 2019 13:18:37
Revision:508377Original commit files touched by this commit
jbeich search for other commits by this committer
lang/crystal: unbreak runtime after r507877

$ cat >foo.cr
require "http/client"
HTTP::Client.get "http://api.icndb.com/jokes/1"

$ crystal foo.cr
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[...]

PR:		206355
Reported by:	Petr Fischer
Submitted by:	Walter Schwarzenfeld
Approved by:	Greg V (maintainer)
0.28.0_1
02 Aug 2019 13:30:40
Revision:507877Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
0.28.0
24 Jul 2019 18:09:47
Revision:507293Original commit files touched by this commit
rodrigo search for other commits by this committer
Update lang/crystal to 0.28.0 and devel/shards to 0.9.0

Release notes: https://github.com/crystal-lang/crystal/releases/tag/0.28.0
               https://github.com/crystal-lang/shards/releases/tag/v0.9.0

PR:		236969
Submitted by:	Greg V<greg@unrelenting.technology> (maintainer)
0.27.0
16 May 2019 05:37:44
Revision:501770Original commit files touched by this commit
antoine search for other commits by this committer
Attempt to unbreak INDEX on aarch64
0.27.0
07 Nov 2018 15:55:58
Revision:484402Original commit files touched by this commit
mat search for other commits by this committer
FreeBSD 10 is not supported any more.
0.27.0
07 Nov 2018 04:46:27
Revision:484386Original commit files touched by this commit
meta search for other commits by this committer
lang/crystal: update to 0.27.0

This update includes the fix build oon 13-CURRENT.

PR:		232836
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Approved by:	mentors (implicit)
0.26.1
02 Nov 2018 13:32:35
Revision:483807Original commit files touched by this commit
rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
0.26.1
07 Oct 2018 17:59:33
Revision:481468Original commit files touched by this commit
swills search for other commits by this committer
lang/crystal: update to 0.26.1

PR:		231820
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
0.25.1_1
31 Aug 2018 18:27:14
Revision:478604Original commit files touched by this commit
fernape search for other commits by this committer
devel/boehm-gc: update to 7.6.8

ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
0.25.1
30 Aug 2018 04:05:08
Revision:478429Original commit files touched by this commit
danfe search for other commits by this committer
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
0.25.1
13 Jul 2018 05:35:09
Revision:474550Original commit files touched by this commit
yuri search for other commits by this committer
lang/crystal: Update 0.24.1 -> 0.25.1

PR:		229636
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
0.24.1_2
01 Jun 2018 10:16:42
Revision:471254Original commit files touched by this commit
cpm search for other commits by this committer
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6

PR:		228597
Approved by:	portmgr (antoine)
0.24.1_1
10 Mar 2018 11:15:05
Revision:464067Original commit files touched by this commit
cpm search for other commits by this committer
Fix bootstrap for 12 after r464065

Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
0.24.1
24 Feb 2018 14:40:12
Revision:462832Original commit files touched by this commit
adamw search for other commits by this committer
Show progress while building.

It doesn't show much, but it least gives an idea what it's chewing on.

Approved by:	maintainer (greg unrelenting technology)
0.24.1
21 Feb 2018 03:41:33
Revision:462473Original commit files touched by this commit
lwhsu search for other commits by this committer
Fix bootstrap for 12

PR:		226057
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
0.24.1
19 Feb 2018 13:23:46
Revision:462317Original commit files touched by this commit
lwhsu search for other commits by this committer
Add lang/crystal, language with Ruby-like syntax and static type checking

PR:		224459
Submitted by:	Greg V <greg@unrelenting.technology>

Number of commits found: 50