package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest
  33. alcotest-async
  34. alcotest-js
  35. alcotest-lwt
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. allegro5
  41. alonzo
  42. alsa >= "0.3.0"
  43. alt-ergo >= "2.3.0"
  44. alt-ergo-free >= "2.4.3"
  45. alt-ergo-lib >= "2.4.2"
  46. alt-ergo-parsers
  47. alt-ergo-plugin-ab-why3
  48. altgr-ergo >= "2.3.0"
  49. ambient-context
  50. ambient-context-eio
  51. ambient-context-lwt
  52. amqp-client >= "2.0.3"
  53. amqp-client-async
  54. amqp-client-lwt
  55. ancient >= "0.10.0"
  56. anders
  57. angstrom >= "0.11.1"
  58. angstrom-async >= "0.11.1"
  59. angstrom-lwt-unix >= "0.11.1"
  60. angstrom-unix >= "0.11.1"
  61. ansi
  62. ansi-parse
  63. ansifmt
  64. anthill
  65. antic != "0.3.1"
  66. ao >= "0.2.2"
  67. api-watch
  68. apronext
  69. arb != "0.3.1"
  70. arc
  71. archetype < "1.0.0" | >= "1.2.1"
  72. archi
  73. archi-async
  74. archi-lwt
  75. arg-complete
  76. argon2
  77. argsh
  78. arp
  79. arrakis
  80. arrayjit < "0.6.0"
  81. art
  82. asai
  83. asak
  84. ascend
  85. ascon
  86. ask
  87. ask-integrator
  88. asli >= "0.2.0"
  89. aslref
  90. asn1-combinators >= "0.2.5"
  91. ast_generic
  92. async
  93. async-uri
  94. async_durable
  95. async_extra
  96. async_find
  97. async_graphics
  98. async_inotify
  99. async_interactive
  100. async_js
  101. async_kernel
  102. async_log
  103. async_rpc_kernel
  104. async_rpc_websocket
  105. async_sendfile
  106. async_shell
  107. async_smtp
  108. async_ssl
  109. async_udp
  110. async_unix
  111. async_websocket
  112. atable
  113. atacama
  114. atd >= "2.2.1" & < "4.0.0"
  115. atdcpp < "4.0.0"
  116. atdd < "4.0.0"
  117. atdgen >= "2.2.1" & < "4.0.0"
  118. atdgen-codec-runtime < "4.0.0"
  119. atdgen-runtime >= "2.2.1" & < "4.0.0"
  120. atdj >= "2.2.1" & < "4.0.0"
  121. atdpy < "4.0.0"
  122. atds < "4.0.0"
  123. atdts < "4.0.0"
  124. atomic < "base"
  125. autofonce
  126. autofonce_config
  127. autofonce_core
  128. autofonce_lib
  129. autofonce_m4
  130. autofonce_misc
  131. autofonce_patch
  132. autofonce_share
  133. avro
  134. avro-compiler
  135. awa
  136. awa-mirage
  137. aws >= "1.2"
  138. aws-async
  139. aws-autoscaling >= "1.2"
  140. aws-cloudformation >= "1.2"
  141. aws-cloudtrail >= "1.2"
  142. aws-cloudwatch
  143. aws-config
  144. aws-ec2 >= "1.2"
  145. aws-elasticache
  146. aws-elasticloadbalancing >= "1.2"
  147. aws-lwt
  148. aws-rds
  149. aws-route53
  150. aws-s3
  151. aws-s3-async
  152. aws-s3-lwt
  153. aws-sdb >= "1.2"
  154. aws-sqs
  155. aws-ssm >= "1.2"
  156. aws-sts >= "1.2"
  157. awsm
  158. awsm-async
  159. awsm-codegen
  160. awsm-lwt
  161. awso
  162. awso-async
  163. awso-cli
  164. awso-common
  165. awso-eio
  166. awso-lwt
  167. awso-sync
  168. azblob
  169. azblob-async
  170. azure-cosmos-db < "0.4.0"
  171. babel
  172. baby
  173. backoff
  174. bag
  175. baguette_sharp >= "2.2.1-1"
  176. bam
  177. bam-ppx
  178. bancos
  179. bank
  180. bare_encoding
  181. bark
  182. base
  183. base32
  184. base64 >= "2.3.0"
  185. base_bigstring
  186. base_quickcheck
  187. base_trie
  188. bastet
  189. bastet_async
  190. bastet_lwt
  191. batch_jaro_winkler
  192. batsat
  193. batteries >= "3.7.1"
  194. bcfg
  195. bcfgt
  196. bdd >= "0.5"
  197. bddrand
  198. bech32
  199. bechamel
  200. bechamel-js
  201. bechamel-notty
  202. bechamel-perf
  203. beluga >= "1.0"
  204. benchmark >= "1.6"
  205. bencode >= "2.0"
  206. bentov
  207. bestline
  208. bheap >= "2.0.0"
  209. bibfmt
  210. bidirectional_map
  211. bigarray-compat
  212. bigarray-overlap
  213. bigdecimal
  214. bignum
  215. bigstring >= "0.3"
  216. bigstring-unix
  217. bigstringaf >= "0.5.0"
  218. bimage
  219. bimage-display
  220. bimage-gtk
  221. bimage-io
  222. bimage-lwt
  223. bimage-sdl
  224. bimage-unix
  225. bimap
  226. bin
  227. bin_prot
  228. bin_tree
  229. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  230. binaryen_dsl
  231. bindlib >= "6.0.0"
  232. biniou >= "1.2.1"
  233. binning
  234. binsec < "0.11.0"
  235. binsec_codex
  236. bio_io
  237. biocaml
  238. biotk
  239. bisect_ppx >= "1.4.0"
  240. bistro
  241. bistro-bio
  242. bitcoin >= "3.0"
  243. bitcoin-cohttp-async
  244. bitcoin-cohttp-lwt
  245. bitcoin-ocurl
  246. bitcoinml
  247. bitflyer
  248. bitgenerators
  249. bitlib
  250. bitmasks
  251. bitpack_serializer
  252. bitstring >= "3.1.1" & < "5.0.2"
  253. bitv >= "1.4"
  254. bitwuzla
  255. bitwuzla-bin < "1.0.0"
  256. bitwuzla-c
  257. bitwuzla-cxx
  258. bizowie-api
  259. bjack >= "0.1.6"
  260. blake3
  261. bloomf
  262. bls12-381 < "18.0" | >= "19.0"
  263. bls12-381-gen
  264. bls12-381-hash
  265. bls12-381-js
  266. bls12-381-js-gen
  267. bls12-381-legacy
  268. bls12-381-signature
  269. bls12-381-unix
  270. blurhash
  271. bm25
  272. bnfgen
  273. bogue
  274. bogue-tutorials
  275. boltzgen
  276. bonsai
  277. boulangerie
  278. box
  279. brisk-reconciler
  280. brr-lwd
  281. bst >= "7.0.1"
  282. bstr
  283. buffer-pool
  284. build_path_prefix_map >= "0.3"
  285. builder
  286. builder-web
  287. bun >= "0.3.4"
  288. bwd
  289. bwrap
  290. bytearray
  291. bytebuffer
  292. bytepdf
  293. bytestring
  294. bytream
  295. bz2
  296. CamelCase
  297. ca-certs
  298. ca-certs-nss
  299. cachet
  300. cachet-lwt
  301. cachet-solo5
  302. cactus
  303. cairn
  304. cairo2 >= "0.6"
  305. cairo2-gtk
  306. cairo2-pango
  307. caisar
  308. caisar-ir
  309. caisar-nnet
  310. caisar-onnx
  311. caisar-ovo
  312. caisar-xgboost
  313. calcium != "0.3.1"
  314. calculon
  315. calculon-web
  316. caldav
  317. calendar >= "3.0.0"
  318. calendars
  319. calipso
  320. calli
  321. callipyge >= "0.2"
  322. camelot
  323. camels
  324. camelsnakekebab
  325. camldiets
  326. camlimages >= "5.0.2"
  327. camlix
  328. camlkit
  329. camlkit-base
  330. camlkit-gui
  331. camlon >= "3.1.0"
  332. camlp-streams
  333. camlrack
  334. camltc >= "0.9.8"
  335. camomile >= "1.0.2" & < "2.1.0"
  336. camyll
  337. canary
  338. capitalization
  339. capnp >= "3.5.0"
  340. capnp-rpc
  341. capnp-rpc-lwt
  342. capnp-rpc-net
  343. capnp-rpc-unix
  344. caqti >= "1.0.0" & < "3.0.0"
  345. caqti-async < "3.0.0"
  346. caqti-driver-mariadb < "3.0.0"
  347. caqti-driver-pgx < "3.0.0"
  348. caqti-driver-postgresql >= "1.0.0" & < "3.0.0"
  349. caqti-driver-sqlite3 >= "1.0.0" & < "3.0.0"
  350. caqti-dynload >= "1.0.0" & < "3.0.0"
  351. caqti-eio < "3.0.0"
  352. caqti-lwt >= "1.0.0" & < "3.0.0"
  353. caqti-miou < "3.0.0"
  354. caqti-mirage < "3.0.0"
  355. caqti-tls < "3.0.0"
  356. caqti-type-calendar >= "1.0.0" & < "3.0.0"
  357. carbon
  358. carray
  359. carton
  360. carton-git
  361. carton-git-lwt
  362. carton-lwt
  363. carton-miou
  364. carton-miou-unix
  365. castore
  366. catala
  367. catala-format >= "0.2.0"
  368. catala-lsp
  369. catapult
  370. catapult-client
  371. catapult-daemon
  372. catapult-file
  373. catapult-sqlite
  374. catt
  375. cattery
  376. cb-check
  377. cbor >= "0.3"
  378. cborl
  379. ccbg
  380. cconv >= "0.5"
  381. cdb
  382. cdrom >= "0.9.4"
  383. ceph
  384. certify >= "0.3.0"
  385. cf
  386. cf-lwt
  387. cf_workers
  388. cfg >= "2.2.0"
  389. cfml
  390. cfstream
  391. chacha
  392. chamelon >= "0.2.1"
  393. chamelon-unix
  394. chamo
  395. charInfo_width
  396. charrua
  397. charrua-client
  398. charrua-server
  399. charrua-unix
  400. charset
  401. chartjs
  402. chartjs-annotation
  403. chartjs-colorschemes
  404. chartjs-datalabels
  405. chartjs-streaming
  406. chase
  407. checked_oint
  408. checkseum = "0.0.3" | >= "0.2.1"
  409. choice >= "0.4"
  410. chrome-trace < "3.19.0"
  411. ciao_lwt
  412. cid
  413. cinaps >= "v0.12.0"
  414. clangml >= "4.0.1"
  415. clangml-transforms
  416. clap >= "0.2.0"
  417. clarity-lang
  418. class_group_vdf
  419. claudius < "1.1.2"
  420. clim
  421. clim-ppx
  422. climate
  423. cll
  424. clp_operations
  425. clz
  426. cmarker
  427. cmdlang
  428. cmdlang-cmdliner-err-runner
  429. cmdlang-stdlib-runner
  430. cmdlang-to-base
  431. cmdlang-to-climate
  432. cmdlang-to-cmdliner
  433. cmdliner-stdlib
  434. cmon
  435. coap
  436. coap-core
  437. coap-server-lwt
  438. cobs
  439. codept != "0.11.1"
  440. codept-lib
  441. codex
  442. codicons
  443. cohttp >= "1.1.1"
  444. cohttp-async
  445. cohttp-bench
  446. cohttp-curl
  447. cohttp-curl-async
  448. cohttp-curl-lwt
  449. cohttp-eio
  450. cohttp-lwt
  451. cohttp-lwt-jsoo
  452. cohttp-lwt-unix
  453. cohttp-lwt-unix-bin
  454. cohttp-mirage
  455. cohttp-server-lwt-unix
  456. cohttp-top
  457. cohttp_async_websocket
  458. cohttp_static_handler
  459. coin >= "0.1.1"
  460. colibri2
  461. colibrics >= "0.6"
  462. colibrilib >= "0.6"
  463. colibrilib-why3
  464. colombe
  465. color >= "0.2.0"
  466. color-brewery
  467. colors
  468. combic
  469. combinaml
  470. combinat
  471. comby >= "1.4.0"
  472. comby-kernel
  473. comby-semantic
  474. command_rpc
  475. compsort
  476. conan
  477. conan-cli
  478. conan-database
  479. conan-lwt
  480. conan-unix
  481. conduit
  482. conduit-async
  483. conduit-lwt
  484. conduit-lwt-unix
  485. conduit-mirage
  486. conex >= "0.10.0"
  487. conex-mirage-crypto
  488. confero
  489. config
  490. config-file = "1.2.1"
  491. conformist
  492. containers
  493. containers-data
  494. containers-thread
  495. content_security_policy
  496. contract
  497. cookie
  498. cookies
  499. coq >= "8.14.0" & < "9.0.0"
  500. coq-catt-plugin
  501. coq-core
  502. coq-lsp
  503. coq-of-ocaml
  504. coq-serapi
  505. coq-stdlib < "9.0.0"
  506. coq-waterproof
  507. coqide >= "8.14.0"
  508. coqide-server
  509. core
  510. core-and-more
  511. core_bench
  512. core_compat
  513. core_extended
  514. core_kernel
  515. core_profiler
  516. core_unix
  517. corosync
  518. cosovo
  519. cow >= "2.4.0"
  520. cowabloga >= "0.5.0"
  521. cpm >= "12.1.2"
  522. cppo >= "1.6.6"
  523. cppo_ocamlbuild >= "1.6.6"
  524. cps_toolbox
  525. cpu
  526. cpuid >= "0.1.2"
  527. crc >= "2.1.0"
  528. crlibm >= "0.3"
  529. crontab
  530. crowbar >= "0.2"
  531. crs
  532. crunch
  533. cry >= "0.6.5"
  534. crypt >= "2.0"
  535. cryptokit >= "1.16.1"
  536. csexp
  537. csexp-query
  538. css
  539. css-parser
  540. cstruct
  541. cstruct-async
  542. cstruct-lwt
  543. cstruct-sexp
  544. cstruct-unix
  545. csv >= "2.2"
  546. csv-lwt >= "2.1"
  547. csvfields
  548. csvtool
  549. ctoxml
  550. ctypes >= "0.21.1"
  551. ctypes-foreign >= "0.21.1"
  552. ctypes-zarith
  553. ctypes_stubs_js
  554. cucumber
  555. cudajit
  556. cudd < "0.1.3"
  557. cudf >= "0.10"
  558. cue_sheet_maker
  559. cuid >= "0.2"
  560. cumulus
  561. curl
  562. curl_lwt
  563. curly >= "0.2.0"
  564. current
  565. current-albatross-deployer
  566. current-web-pipelines
  567. current_ansi
  568. current_docker
  569. current_examples
  570. current_git
  571. current_github
  572. current_gitlab
  573. current_incr
  574. current_ocluster
  575. current_rpc
  576. current_slack
  577. current_ssh
  578. current_web
  579. curses >= "1.0.9"
  580. curve-sampling
  581. cvc5 < "1.3.0-2"
  582. cviode
  583. daft >= "0.0.4"
  584. dap
  585. data-encoding
  586. dataframe
  587. datakit-server >= "0.12.2"
  588. datakit-server-9p >= "0.12.2"
  589. datalog >= "0.6"
  590. dates_calc
  591. daypack-lib
  592. dbase4
  593. dbf != "0.1.1"
  594. dblp
  595. dblp-api
  596. debian-formats >= "0.1.2"
  597. decimal
  598. decoders >= "0.1.2"
  599. decoders-bencode
  600. decoders-cbor
  601. decoders-ezjsonm >= "0.1.2"
  602. decoders-ezxmlm
  603. decoders-jsonaf
  604. decoders-jsonm
  605. decoders-msgpck
  606. decoders-sexplib
  607. decoders-yojson >= "0.1.2"
  608. decompress >= "0.8.1"
  609. dedent
  610. dedukti >= "2.7"
  611. delimcc_of_fxhandler
  612. delimited_parsing
  613. depyt
  614. devkit >= "1.0"
  615. diet
  616. diff
  617. diffable
  618. diffast < "0.3.6"
  619. diffast-api < "0.3.6"
  620. diffast-cli < "0.3.6"
  621. diffast-core < "0.3.6"
  622. diffast-etc < "0.3.6"
  623. diffast-git < "0.3.6"
  624. diffast-git-cli < "0.3.6"
  625. diffast-langs-common < "0.3.6"
  626. diffast-langs-cpp < "0.3.6"
  627. diffast-langs-cpp-parsing < "0.3.6"
  628. diffast-langs-cpp-parsing-cli < "0.4"
  629. diffast-langs-cpp-spec < "0.3.6"
  630. diffast-langs-fortran < "0.3.6"
  631. diffast-langs-fortran-parsing < "0.3.6"
  632. diffast-langs-fortran-parsing-cli < "0.4"
  633. diffast-langs-fortran-spec < "0.3.6"
  634. diffast-langs-java < "0.3.6"
  635. diffast-langs-java-parsing < "0.3.6"
  636. diffast-langs-java-parsing-cli < "0.4"
  637. diffast-langs-java-spec < "0.3.6"
  638. diffast-langs-python < "0.3.6"
  639. diffast-langs-python-parsing < "0.3.6"
  640. diffast-langs-python-parsing-cli < "0.4"
  641. diffast-langs-python-spec < "0.3.6"
  642. diffast-langs-verilog < "0.3.6"
  643. diffast-langs-verilog-parsing < "0.3.6"
  644. diffast-langs-verilog-parsing-cli < "0.4"
  645. diffast-langs-verilog-spec < "0.3.6"
  646. diffast-misc < "0.3.5.1"
  647. digestif >= "0.9.0"
  648. directories
  649. dirsift
  650. diskuvbox
  651. disml
  652. dispatch >= "0.4.1"
  653. dispatch-js
  654. distributed >= "0.6.0"
  655. distributed-lwt >= "0.2.0"
  656. distributed-uwt >= "0.2.0"
  657. dkim
  658. dkim-bin
  659. dkim-lwt-unix
  660. dkim-mirage
  661. dkml-c-probe
  662. dkml-dune-dsl
  663. dkml-dune-dsl-show
  664. dkml-install
  665. dkml-install-installer
  666. dkml-install-runner
  667. dkml-runtime-common >= "2.0.3"
  668. dkml-runtime-distribution
  669. dkml-workflows
  670. dlm >= "0.3.1"
  671. dmap
  672. dmarc
  673. dns
  674. dns-certify
  675. dns-cli
  676. dns-client
  677. dns-client-lwt
  678. dns-client-miou-unix
  679. dns-client-mirage
  680. dns-lwt
  681. dns-mirage
  682. dns-resolver
  683. dns-server
  684. dns-stub
  685. dns-tsig
  686. dnsrobot
  687. dnssec
  688. docfd
  689. docker-api >= "0.2"
  690. docker_hub
  691. dockerfile < "8.3.5"
  692. dockerfile-cmd < "8.3.5"
  693. dockerfile-opam >= "8.2.7" & < "8.3.5"
  694. docteur
  695. docteur-solo5
  696. docteur-unix
  697. doctor
  698. doculib
  699. doi2bib
  700. dokeysto >= "3.0.2"
  701. dokeysto_camltc >= "3.0.2"
  702. dokeysto_lz4 >= "3.0.2"
  703. dolmen >= "0.4.1"
  704. dolmen_bin
  705. dolmen_loop
  706. dolmen_lsp
  707. dolmen_model
  708. dolmen_type
  709. dolog >= "4.0.0"
  710. domain-local-await
  711. domain-local-timeout
  712. domain-name
  713. domain_shims
  714. domainslib
  715. dose3 >= "6.1"
  716. dose3-extra
  717. dot-merlin-reader
  718. dotenv
  719. dream
  720. dream-accept
  721. dream-cli
  722. dream-encoding
  723. dream-html
  724. dream-htmx
  725. dream-httpaf
  726. dream-inertia
  727. dream-livereload
  728. dream-pure
  729. dream-serve
  730. dream_middleware_ext
  731. drom >= "0.3.0"
  732. drom_lib >= "0.3.0"
  733. drom_toml
  734. dropbox
  735. dropbox_lwt_unix
  736. dscheck
  737. dssi >= "0.1.3"
  738. dtc-pb
  739. dtoa >= "0.3.2"
  740. dtools
  741. dual
  742. duff >= "0.2"
  743. dum >= "1.0.3"
  744. dump_ocamlformat
  745. dune-action-plugin < "3.19.0"
  746. dune-ai-context
  747. dune-build-info < "3.19.0"
  748. dune-cargo-build
  749. dune-compiledb
  750. dune-configurator >= "2.5.1" & < "3.19.0"
  751. dune-deps
  752. dune-expand
  753. dune-glob < "3.19.0"
  754. dune-private-libs < "3.19.0"
  755. dune-release >= "1.0.0" & != "2.0.0"
  756. dune-rpc < "3.19.0"
  757. dune-rpc-lwt < "3.19.0"
  758. dune-site < "3.19.0"
  759. dune_deps_extra
  760. dunolint
  761. dunolint-lib
  762. dunolint-lib-base
  763. duppy
  764. duras < "2.1.1"
  765. duration
  766. dyn < "3.19.0"
  767. dynamic_gc
  768. dypgen
  769. earley >= "3.0.0"
  770. earlybird
  771. easy-format >= "1.3.2"
  772. easy_logging
  773. easy_logging_yojson
  774. ecaml
  775. ecma-regex
  776. edn
  777. ego
  778. eigen >= "0.1.0"
  779. eio
  780. eio-ssl
  781. eio-trace
  782. eio_linux
  783. eio_main
  784. eio_posix
  785. eio_windows
  786. either
  787. elasticsearch-cli >= "0.5"
  788. electrod
  789. eliom >= "10.1.2" & < "12.0.0"
  790. elm_core
  791. elm_playground
  792. elm_playground_native
  793. elm_playground_web
  794. elm_system
  795. elpi
  796. email_message
  797. embedded_ocaml_templates
  798. emile >= "0.4"
  799. emoji >= "2.0.0"
  800. encore >= "0.4"
  801. env_config
  802. epictetus
  803. eqaf >= "0.2"
  804. eqaf-cstruct
  805. equinoxe
  806. equinoxe-cohttp
  807. equinoxe-hlc
  808. erlang
  809. errpy
  810. erssical
  811. esa
  812. esgg
  813. esperanto-cosmopolitan >= "0.0.5"
  814. ethernet
  815. euler
  816. exenum >= "0.86"
  817. exit
  818. expect >= "0.1.0"
  819. expect_test_helpers
  820. expect_test_helpers_async
  821. expect_test_helpers_core
  822. expect_test_helpers_kernel
  823. expr
  824. extism
  825. extism-manifest
  826. extlib >= "1.7.9"
  827. extunix >= "0.3.1"
  828. ez_api
  829. ez_cmdliner >= "0.2.0"
  830. ez_config >= "0.2.0"
  831. ez_dune_describe
  832. ez_file >= "0.3.0"
  833. ez_hash
  834. ez_pgocaml
  835. ez_search
  836. ez_subst
  837. ezcurl
  838. ezcurl-lwt
  839. ezdl
  840. ezgzip >= "0.2.3"
  841. ezjs_ace
  842. ezjs_blockies
  843. ezjs_cleave
  844. ezjs_crypto
  845. ezjs_cytoscape
  846. ezjs_d3pie
  847. ezjs_extension
  848. ezjs_fetch
  849. ezjs_idb
  850. ezjs_jquery
  851. ezjs_min
  852. ezjs_odometer
  853. ezjs_push
  854. ezjs_qrcode
  855. ezjs_recaptcha
  856. ezjs_timeline
  857. ezjsonm >= "1.0.0"
  858. ezjsonm-encoding
  859. ezjsonm-lwt
  860. ezlua
  861. ezresto
  862. ezresto-directory
  863. ezsqlite >= "0.4.2"
  864. ezxmlm >= "1.1.0"
  865. FPauth
  866. FPauth-core
  867. FPauth-responses
  868. FPauth-strategies
  869. FrontC >= "4.0.0"
  870. faad >= "0.5.0"
  871. facteur
  872. fadbadml >= "0.1.2"
  873. faraday >= "0.7.1"
  874. faraday-async >= "0.7.1"
  875. faraday-lwt >= "0.7.1"
  876. faraday-lwt-unix >= "0.7.1"
  877. farith
  878. farmhash >= "0.4"
  879. fasmifra
  880. fat-filesystem >= "0.13.0"
  881. fd-send-recv >= "2.0.1"
  882. fdkaac >= "0.3.2"
  883. feat
  884. feat-core
  885. feat-num
  886. feather
  887. feather_async
  888. ff
  889. ff-bench
  890. ff-pbt
  891. ff-sig
  892. ffmpeg >= "1.0.0~beta1"
  893. ffmpeg-av
  894. ffmpeg-avcodec
  895. ffmpeg-avdevice
  896. ffmpeg-avfilter
  897. ffmpeg-avutil
  898. ffmpeg-swresample
  899. ffmpeg-swscale
  900. fftw3
  901. fiat-p256
  902. fiber
  903. fiber-lwt
  904. fieldslib >= "v0.13.0"
  905. file-rewriter
  906. file_path
  907. fileutils >= "0.6.1"
  908. finch
  909. fit < "1.3.2"
  910. fix >= "20181206"
  911. flac
  912. flatunionfind
  913. flex-array
  914. flint >= "0.3.2"
  915. floatml
  916. flow_parser >= "0.229.1"
  917. fluxt
  918. fmlib
  919. fmlib_browser
  920. fmlib_js
  921. fmlib_parse
  922. fmlib_pretty
  923. fmlib_std
  924. fontforge-of-ocaml
  925. forester
  926. fpath-base
  927. fpath-sexp0
  928. frama-c >= "26.0~beta"
  929. frama-c-lannotate >= "0.2.3"
  930. frama-c-luncov >= "0.2.1"
  931. frama-c-metacsl >= "0.4"
  932. frama-clang
  933. frama_c_codex
  934. fred
  935. freetds >= "0.7"
  936. frei0r >= "0.1.2"
  937. frenetic
  938. fromager
  939. frontmatter_extractor
  940. fsevents
  941. fsevents-lwt
  942. fsml
  943. fstar >= "2025.02.17"
  944. fswatch
  945. fswatch_async
  946. fswatch_lwt
  947. fun-postgresql
  948. fun-sql
  949. fun-sqlite
  950. functoria
  951. functoria-runtime
  952. fungi
  953. fuse3
  954. fuseau
  955. fuseau-lwt
  956. fuzzy_compare
  957. fuzzy_match
  958. fzf
  959. GenArrayIter
  960. GT < "0.5.5"
  961. gapi-ocaml
  962. gbddml
  963. gccjit
  964. gd >= "1.1"
  965. gdbprofiler
  966. gel
  967. gemini
  968. gen >= "0.5.3"
  969. gen_js_api
  970. gendarme < "0.4.1"
  971. gendarme-csv < "0.4.1"
  972. gendarme-ezjsonm < "0.4.1"
  973. gendarme-json < "0.4.0"
  974. gendarme-toml < "0.4.1"
  975. gendarme-yaml < "0.4.1"
  976. gendarme-yojson < "0.4.1"
  977. genspio >= "0.0.3"
  978. genspir >= "1.0.1"
  979. geojson
  980. geojsone
  981. geoml
  982. get_line >= "7.0.0"
  983. getopt >= "20230213"
  984. gettext >= "0.4.2"
  985. gettext-camomile
  986. gettext-stub
  987. giflib < "1.1.0"
  988. git
  989. git-cohttp
  990. git-cohttp-unix
  991. git-http
  992. git-kv
  993. git-mirage
  994. git-net
  995. git-paf
  996. git-split
  997. git-unix
  998. github >= "4.0.0"
  999. github-data
  1000. github-hooks
  1001. github-hooks-unix >= "0.5.0"
  1002. github-jsoo >= "4.3.0"
  1003. github-unix >= "4.0.0"
  1004. gitlab
  1005. gitlab-jsoo
  1006. gitlab-unix
  1007. gitlab_pipeline_notifier
  1008. gl-legacy
  1009. glfw-ocaml
  1010. globlon
  1011. gluon
  1012. gluten
  1013. gluten-async
  1014. gluten-eio
  1015. gluten-lwt
  1016. gluten-lwt-unix
  1017. gluten-mirage
  1018. gmap
  1019. gmocoin
  1020. gmp
  1021. gnuplot
  1022. gobba
  1023. gobject-introspection
  1024. goblint < "2.8.0"
  1025. goblint-cil >= "1.8.0"
  1026. google-drive-ocamlfuse
  1027. gopcaml-mode
  1028. gopcaml-mode-merlin
  1029. gospel
  1030. gotd
  1031. gperftools
  1032. gpiod
  1033. gpr
  1034. gpt
  1035. gptar
  1036. gr
  1037. grace
  1038. gradescope_submit
  1039. grain_dypgen >= "0.2.1"
  1040. granary
  1041. granary_repl
  1042. graphics
  1043. graphql >= "0.8.0"
  1044. graphql-async >= "0.8.0"
  1045. graphql-cohttp >= "0.9.0"
  1046. graphql-lwt >= "0.8.0"
  1047. graphql_jsoo_client
  1048. graphql_parser >= "0.9.0"
  1049. graphql_ppx
  1050. graphv
  1051. graphv_core
  1052. graphv_core_lib
  1053. graphv_font
  1054. graphv_font_js
  1055. graphv_font_stb_truetype
  1056. graphv_gles2
  1057. graphv_gles2_native
  1058. graphv_gles2_native_impl
  1059. graphv_webgl
  1060. graphv_webgl_impl
  1061. gremlin
  1062. grenier
  1063. grid
  1064. grpc
  1065. grpc-async
  1066. grpc-bench
  1067. grpc-eio
  1068. grpc-examples
  1069. grpc-lwt
  1070. gsl >= "1.24.0"
  1071. gstreamer >= "0.3.1"
  1072. guardian
  1073. guile
  1074. h1
  1075. h1-lwt-unix
  1076. h1_parser
  1077. h2
  1078. h2-async
  1079. h2-eio
  1080. h2-lwt
  1081. h2-lwt-unix
  1082. h2-mirage
  1083. hachis
  1084. hack_parallel
  1085. hacl-star
  1086. hacl-star-raw >= "0.5.0"
  1087. hacl_func
  1088. hacl_x25519
  1089. happy-eyeballs
  1090. happy-eyeballs-lwt
  1091. happy-eyeballs-miou-unix
  1092. happy-eyeballs-mirage
  1093. hardcaml
  1094. hardcaml-lua
  1095. hardcaml_axi
  1096. hardcaml_c
  1097. hardcaml_circuits
  1098. hardcaml_event_driven_sim
  1099. hardcaml_fixed_point
  1100. hardcaml_handshake
  1101. hardcaml_of_verilog
  1102. hardcaml_step_testbench
  1103. hardcaml_verify
  1104. hardcaml_verilator
  1105. hardcaml_waveterm
  1106. hardcaml_xilinx
  1107. hardcaml_xilinx_components
  1108. hardcaml_xilinx_reports
  1109. hashcons >= "1.4.0"
  1110. hashset >= "1.0.1"
  1111. haxe >= "4.1.1"
  1112. hc
  1113. hdf5
  1114. hdr_histogram >= "0.0.3"
  1115. headache
  1116. header-check
  1117. hector
  1118. hedgehog
  1119. hedgehog-alcotest
  1120. hegel
  1121. herdtools7 >= "7.55"
  1122. heroicons-reason-react
  1123. hex >= "1.3.0"
  1124. hex_encode
  1125. hexstring
  1126. hg_lib
  1127. hidapi >= "1.1"
  1128. hidapi-lwt
  1129. higher_kinded
  1130. highlexer
  1131. higlo >= "0.8"
  1132. hilite
  1133. hkdf
  1134. hl_yaml
  1135. hockmd
  1136. hol2dk
  1137. hooke
  1138. hpack
  1139. hsluv
  1140. html_of_jsx != "0.0.8" & < "0.1.0"
  1141. htmlfromtexbooks
  1142. hts_shrink >= "2.1.2"
  1143. http
  1144. http-cookie
  1145. http-date < "0.2"
  1146. http-lwt-client
  1147. http-mirage-client
  1148. http-multipart-formdata
  1149. http_async
  1150. httpaf >= "0.6.0"
  1151. httpaf-async >= "0.6.0"
  1152. httpaf-lwt-unix
  1153. httpaf_caged
  1154. httpcats
  1155. httph
  1156. httpun
  1157. httpun-async
  1158. httpun-eio
  1159. httpun-lwt
  1160. httpun-lwt-unix
  1161. httpun-mirage
  1162. httpun-types
  1163. httpun-ws
  1164. httpun-ws-async
  1165. httpun-ws-eio
  1166. httpun-ws-lwt
  1167. httpun-ws-lwt-unix
  1168. httpun-ws-mirage
  1169. huffman
  1170. hurl
  1171. hvsock >= "2.0.0"
  1172. hxd
  1173. hyper
  1174. ISO3166
  1175. ISO8601 >= "0.2.6"
  1176. i3ipc
  1177. icalendar
  1178. idd
  1179. idds
  1180. idna
  1181. ifs-fractals
  1182. imagelib
  1183. imguiml
  1184. incr_dom
  1185. incr_dom_interactive
  1186. incr_dom_keyboard
  1187. incr_dom_partial_render
  1188. incr_dom_sexp_form
  1189. incr_dom_widgets
  1190. incr_map
  1191. incr_select
  1192. incremental
  1193. incremental_cycles
  1194. indentation_buffer
  1195. index
  1196. index-bench
  1197. inferno >= "20190924"
  1198. influxdb
  1199. influxdb-async
  1200. influxdb-lwt
  1201. inifiles
  1202. inotify >= "2.4"
  1203. inotify-eio
  1204. inquire
  1205. inquirer_oc
  1206. int_repr
  1207. integers >= "0.3.0"
  1208. integers_stubs_js
  1209. integration1d >= "0.5.1"
  1210. intel_hex
  1211. interface-prime
  1212. interface-prime-lwt
  1213. interval >= "1.5" & < "1.6"
  1214. interval-map
  1215. interval_base
  1216. interval_crlibm
  1217. interval_intel
  1218. intPQueue < "20250925"
  1219. io-page
  1220. io-page-unix
  1221. iomux < "0.4"
  1222. iostream
  1223. iostream-camlzip
  1224. ip2location
  1225. ip2locationio >= "1.0.1"
  1226. ip2proxy
  1227. ip2whois
  1228. ipaddr >= "2.9.0"
  1229. ipaddr-cstruct
  1230. ipaddr-sexp
  1231. irc-client >= "0.6.2"
  1232. irc-client-lwt >= "0.6.2"
  1233. irc-client-lwt-ssl
  1234. irc-client-tls >= "0.6.2"
  1235. irc-client-unix >= "0.6.2"
  1236. iri >= "0.6.0" & < "1.1.0"
  1237. irky
  1238. irky-eio
  1239. irmin
  1240. irmin-bench
  1241. irmin-chunk
  1242. irmin-cli
  1243. irmin-client
  1244. irmin-containers
  1245. irmin-fs
  1246. irmin-git
  1247. irmin-graphql
  1248. irmin-http
  1249. irmin-indexeddb
  1250. irmin-layers
  1251. irmin-mirage
  1252. irmin-mirage-git
  1253. irmin-mirage-graphql
  1254. irmin-pack
  1255. irmin-pack-tools
  1256. irmin-server
  1257. irmin-test
  1258. irmin-tezos
  1259. irmin-unix
  1260. irmin-watcher
  1261. iso639
  1262. iter >= "1.4"
  1263. itv-tree >= "2.2"
  1264. jane-street-headers >= "v0.12.0"
  1265. jane_rope
  1266. janestreet_cpuid
  1267. janestreet_csv
  1268. janestreet_lru_cache
  1269. jasmin >= "2023.06.0"
  1270. jekyll-format >= "0.2.0"
  1271. jemalloc >= "0.2"
  1272. jext
  1273. jhupllib
  1274. jingoo >= "1.3.0"
  1275. jose
  1276. js_of_ocaml < "6.1.0"
  1277. js_of_ocaml-compiler < "6.1.0"
  1278. js_of_ocaml-lwt < "6.1.0"
  1279. js_of_ocaml-ocamlbuild >= "3.5.0"
  1280. js_of_ocaml-ppx < "6.1.0"
  1281. js_of_ocaml-ppx_deriving_json < "6.1.0"
  1282. js_of_ocaml-toplevel < "6.1.0"
  1283. js_of_ocaml-tyxml < "6.1.0"
  1284. js_of_ocaml-webgpu
  1285. js_of_ocaml-webidl
  1286. js_of_ocaml_patches
  1287. json-data-encoding
  1288. json-data-encoding-browser
  1289. json-data-encoding-bson
  1290. json_decoder
  1291. jsonaf
  1292. jsonkit
  1293. jsonkit-melange
  1294. jsonoo
  1295. jsonrpc < "1.28.0-506~preview"
  1296. jsonschema-core
  1297. jsonschema-validation
  1298. jsonschema2atd
  1299. jsonxt
  1300. jsoo-react
  1301. jsoo_broadcastchannel
  1302. jsoo_storage
  1303. jst-config
  1304. junit >= "2.0.1"
  1305. junit_alcotest >= "2.0.1"
  1306. junit_ounit >= "2.0.1"
  1307. jupyter
  1308. jupyter-archimedes
  1309. jupyter-kernel
  1310. jws
  1311. jwto
  1312. kafka >= "0.5"
  1313. kafka_async
  1314. kafka_lwt
  1315. kappa-agents
  1316. kappa-binaries
  1317. kappa-library
  1318. kappa-server
  1319. kcas
  1320. kcas_data
  1321. kdf
  1322. kdl
  1323. ke
  1324. key-parsers >= "0.10.1"
  1325. keyseq
  1326. kicadsch >= "0.4.0"
  1327. kind2
  1328. kinetic-client >= "0.0.11"
  1329. kittyimg
  1330. kkmarkdown
  1331. kmt
  1332. knights_tour
  1333. kot
  1334. kqueue
  1335. krb
  1336. kuznechik
  1337. lab
  1338. lablgtk3
  1339. lablgtk3-extras >= "3.0.1"
  1340. lablgtk3-goocanvas2
  1341. lablgtk3-gtkspell3
  1342. lablgtk3-rsvg2
  1343. lablgtk3-sourceview3
  1344. lablqml
  1345. lacaml >= "11.0.2"
  1346. ladspa >= "0.2.0"
  1347. lambda
  1348. lambda-runtime
  1349. lambda-term >= "2.0"
  1350. lambda_streams
  1351. lambda_streams_async
  1352. lambda_streams_lwt
  1353. lambdapi
  1354. lambdasoup >= "0.6.4"
  1355. lame >= "0.3.4"
  1356. landmarks >= "1.4"
  1357. landmarks-ppx
  1358. landmarks-speedscope
  1359. lascar >= "0.6-alpha"
  1360. lastfm >= "0.3.3"
  1361. launchd >= "1.3"
  1362. layoutz
  1363. lazy-trie
  1364. lbfgs >= "0.9.1"
  1365. lbvs_consent >= "2.1.0"
  1366. ldap >= "2.4.1"
  1367. ldp < "0.5.0"
  1368. ldp_curl < "0.5.0"
  1369. ldp_js < "0.5.0"
  1370. ldp_tls < "0.5.0"
  1371. leaflet
  1372. learn-ocaml
  1373. learn-ocaml-client
  1374. leaves
  1375. ledgerwallet
  1376. legacy_diffable
  1377. lens >= "1.2.4"
  1378. letsencrypt
  1379. letsencrypt-app
  1380. letsencrypt-dns
  1381. letsencrypt-mirage
  1382. letters
  1383. leveldb
  1384. lib_parsing
  1385. libabsolute
  1386. libbinaryen < "105.1.0" | >= "107.0.1"
  1387. libbpf
  1388. libbpf_maps
  1389. libc
  1390. libdash >= "0.4.1"
  1391. libirmin
  1392. libsail < "0.20.2"
  1393. libsvm >= "0.10.0"
  1394. libzipperposition
  1395. lilac
  1396. lilv
  1397. line-up-words
  1398. line_oriented
  1399. linenoise >= "1.3.1"
  1400. links
  1401. links-mysql
  1402. links-postgresql
  1403. links-sqlite3
  1404. linol
  1405. linol-eio
  1406. linol-lwt
  1407. lintcstubs
  1408. lintcstubs-arity < "0.5.2"
  1409. lintcstubs-gen
  1410. linwrap
  1411. liquid_interpreter
  1412. liquid_ml
  1413. liquid_parser
  1414. liquid_std
  1415. liquid_syntax
  1416. liquidsoap-core
  1417. liquidsoap-lang < "2.3.3"
  1418. liquidsoap-libs
  1419. liquidsoap-libs-extra
  1420. little_logger
  1421. llama
  1422. llama-cpp-ocaml
  1423. llama_core
  1424. llama_interactive
  1425. llama_midi
  1426. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1427. lmdb >= "1.0"
  1428. lo >= "0.2.0"
  1429. loc
  1430. lockfree
  1431. locswijch
  1432. loga
  1433. logical
  1434. logs-async
  1435. logs-async-reporter
  1436. logs-ppx
  1437. logs-syslog
  1438. logtk
  1439. loop
  1440. lp
  1441. lp-glpk
  1442. lp-glpk-js
  1443. lp-gurobi
  1444. lp-highs
  1445. lpd
  1446. lreplay
  1447. lrgrep
  1448. lru >= "0.3.0"
  1449. lru_cache
  1450. lsp < "1.28.0-506~preview"
  1451. lt-code
  1452. lua-ml >= "0.9.3"
  1453. lua_parser
  1454. lucid
  1455. lun
  1456. lustre-v6 >= "6.103.3"
  1457. lutils >= "1.51.2"
  1458. lutin >= "2.71.10"
  1459. luv
  1460. luv_unix
  1461. lwd
  1462. lwt < "6.0.0"
  1463. lwt-canceler >= "0.2"
  1464. lwt-dllist
  1465. lwt-exit
  1466. lwt-parallel
  1467. lwt-watcher >= "0.2"
  1468. lwt_direct < "6.0.0"
  1469. lwt_domain
  1470. lwt_eio
  1471. lwt_glib >= "1.1.1"
  1472. lwt_log >= "1.1.1"
  1473. lwt_ppx >= "1.2.2" & < "6.0.0"
  1474. lwt_ppx_to_let_syntax
  1475. lwt_react >= "1.1.2"
  1476. lwt_retry
  1477. lwt_runtime_events < "6.0.0"
  1478. lwt_ssl >= "1.1.3"
  1479. lz4 >= "1.2.0"
  1480. lz4_chans >= "3.0.1"
  1481. lzo >= "0.0.3"
  1482. MlFront_Cache < "2.4.2.30"
  1483. MlFront_Cli < "2.4.2.30"
  1484. MlFront_Config < "2.4.2.30"
  1485. MlFront_Core < "2.4.2.30"
  1486. MlFront_Errors < "2.4.2.30"
  1487. MlFront_Logs < "2.4.2.30"
  1488. MlFront_Manip < "2.4.2.30"
  1489. MlFront_Signify < "2.4.2.30"
  1490. MlFront_ZipFile < "2.4.2.30"
  1491. m_tree
  1492. macaddr
  1493. macaddr-cstruct
  1494. macaddr-sexp
  1495. mad >= "0.5.0"
  1496. magic-mime >= "1.1.2"
  1497. magic-trace
  1498. make-random
  1499. malfunction
  1500. man_in_the_middle_debugger
  1501. mariadb >= "1.2.0"
  1502. markdown
  1503. markup >= "0.8.0"
  1504. markup-lwt
  1505. mastodon-archive-viewer >= "0.2"
  1506. matcha
  1507. matita
  1508. matplotlib
  1509. mazeppa
  1510. mbr-format
  1511. mc2
  1512. mccs
  1513. mcrunch
  1514. md2mld
  1515. mdx >= "1.8.0" & < "2.6.0"
  1516. mec
  1517. mechaml
  1518. mehari
  1519. mehari-eio
  1520. mehari-eio-unix
  1521. mehari-lwt-unix
  1522. mehari-mirage
  1523. mel
  1524. melange < "6.0.1-51"
  1525. melange-atdgen-codec-runtime
  1526. melange-compiler-libs
  1527. melange-edn
  1528. melange-fest
  1529. melange-fetch
  1530. melange-jest
  1531. melange-json
  1532. melange-json-native
  1533. melange-moment
  1534. melange-numeral
  1535. melange-radix-icons
  1536. melange-react-dates
  1537. melange-react-query
  1538. melange-recharts
  1539. melange-str
  1540. melange-testing-library
  1541. melange-transit
  1542. melange-webapi
  1543. meldep
  1544. mem_usage < "0.2.0"
  1545. memcad
  1546. memfd
  1547. memgraph
  1548. memgraph_kitty
  1549. memo
  1550. memprof-limits
  1551. memtrace
  1552. memtrace-mirage
  1553. memtrace_viewer
  1554. menhir >= "20200123"
  1555. menhirCST
  1556. menhirGLR
  1557. menhirLib
  1558. menhirSdk
  1559. merge-fmt
  1560. merlin
  1561. merlin-extend
  1562. merlin-lib
  1563. mesh >= "0.9.5"
  1564. mesh-easymesh >= "0.9.5"
  1565. mesh-graphics >= "0.9.5"
  1566. mesh-triangle >= "0.9.5"
  1567. metadata
  1568. metadb
  1569. metapp
  1570. metaquot
  1571. metrics
  1572. metrics-influx
  1573. metrics-lwt
  1574. metrics-rusage
  1575. metrics-unix
  1576. mew
  1577. mew_vi
  1578. mhttp
  1579. mhttp-client
  1580. mhttp-server
  1581. miaou
  1582. miaou-core
  1583. miaou-driver-matrix
  1584. miaou-driver-sdl
  1585. miaou-driver-term
  1586. miaou-driver-web
  1587. miaou-registry
  1588. miaou-runner
  1589. miaou-tui
  1590. miaou-widgets-display-sdl
  1591. micro_httpd
  1592. middleware
  1593. migra
  1594. mimic
  1595. mimic-happy-eyeballs
  1596. mindstorm >= "0.8"
  1597. mindstorm-lwt
  1598. minicaml
  1599. minicli >= "5.0.2"
  1600. minisat >= "0.3"
  1601. minttea
  1602. miou
  1603. mirage >= "4.0.0"
  1604. mirage-block
  1605. mirage-block-ccm
  1606. mirage-block-combinators
  1607. mirage-block-lwt
  1608. mirage-block-partition
  1609. mirage-block-ramdisk
  1610. mirage-block-solo5
  1611. mirage-block-unikraft
  1612. mirage-block-unix
  1613. mirage-block-xen
  1614. mirage-bootvar
  1615. mirage-channel >= "3.2.0"
  1616. mirage-channel-lwt
  1617. mirage-clock
  1618. mirage-clock-lwt
  1619. mirage-clock-unix
  1620. mirage-conduit
  1621. mirage-console
  1622. mirage-console-lwt
  1623. mirage-crypto
  1624. mirage-crypto-ec
  1625. mirage-crypto-pk
  1626. mirage-crypto-rng
  1627. mirage-crypto-rng-async
  1628. mirage-crypto-rng-eio
  1629. mirage-crypto-rng-lwt
  1630. mirage-crypto-rng-miou-unix
  1631. mirage-crypto-rng-mirage
  1632. mirage-crypto-rng-mkernel
  1633. mirage-device
  1634. mirage-dns
  1635. mirage-flow
  1636. mirage-flow-combinators
  1637. mirage-flow-lwt
  1638. mirage-flow-unix
  1639. mirage-fs
  1640. mirage-fs-lwt
  1641. mirage-kv >= "2.0.0"
  1642. mirage-kv-lwt >= "2.0.0"
  1643. mirage-kv-mem
  1644. mirage-kv-unix
  1645. mirage-logs
  1646. mirage-monitoring
  1647. mirage-mtime
  1648. mirage-nat
  1649. mirage-net
  1650. mirage-net-lwt
  1651. mirage-net-macosx >= "1.6.0"
  1652. mirage-net-solo5
  1653. mirage-net-unikraft
  1654. mirage-net-unix
  1655. mirage-net-xen
  1656. mirage-profile
  1657. mirage-protocols
  1658. mirage-protocols-lwt
  1659. mirage-ptime
  1660. mirage-qubes
  1661. mirage-qubes-ipv4
  1662. mirage-random
  1663. mirage-runtime
  1664. mirage-sleep
  1665. mirage-solo5
  1666. mirage-stack
  1667. mirage-stack-lwt
  1668. mirage-time
  1669. mirage-time-lwt
  1670. mirage-time-unix
  1671. mirage-types >= "3.6.0"
  1672. mirage-types-lwt >= "3.6.0"
  1673. mirage-unikraft
  1674. mirage-unix
  1675. mirage-vnetif
  1676. mirage-xen
  1677. mjson
  1678. mkaudio >= "1.1.0"
  1679. mkernel < "0.0.3"
  1680. mkocaml
  1681. mlbdd >= "0.7.2"
  1682. mlfenv
  1683. mlmpfr >= "4.0.2+dune"
  1684. mlpost
  1685. mlpost-lablgtk
  1686. mlt_parser
  1687. mlx
  1688. mm >= "0.7.0"
  1689. mmap
  1690. mmdb
  1691. mmo
  1692. mnd
  1693. mnet
  1694. mnet-cli
  1695. mnet-dhcp
  1696. mnet-dns
  1697. mnet-happy-eyeballs
  1698. mnet-ssh
  1699. mnet-tls
  1700. mnottui
  1701. mnotty
  1702. mock >= "0.1.1"
  1703. mock-ounit >= "0.1.1"
  1704. module-graph
  1705. molenc >= "5.0.0"
  1706. monaco_jsoo
  1707. monolith
  1708. monomorphic >= "2.0"
  1709. monorobot
  1710. moonpool
  1711. moonpool-io
  1712. moonpool-lwt
  1713. mopsa
  1714. morbig >= "0.10.3"
  1715. morsmall
  1716. moss >= "0.1.1"
  1717. mparser >= "1.3"
  1718. mparser-pcre
  1719. mparser-re
  1720. mperf
  1721. mpg123
  1722. mpp >= "0.3.4"
  1723. mpris
  1724. mpris-clients
  1725. mqtt
  1726. mrmime
  1727. msat >= "0.8"
  1728. msat-bin
  1729. msendmail
  1730. mset
  1731. msgpck >= "1.5"
  1732. msgpck-repr
  1733. mssql
  1734. msts
  1735. mtbox
  1736. mugen
  1737. mula
  1738. multibase
  1739. multicodec
  1740. multicont >= "1.0.1"
  1741. multicore-bench
  1742. multicore-magic
  1743. multicore-magic-dscheck
  1744. multihash
  1745. multihash-digestif
  1746. multipart-form-data >= "0.3.0"
  1747. multipart_form
  1748. multipart_form-cohttp-lwt
  1749. multipart_form-eio
  1750. multipart_form-lwt
  1751. multipart_form-miou
  1752. murmur3 >= "0.3"
  1753. mustache >= "3.1.0"
  1754. mustache-cli
  1755. mutaml
  1756. mutf8
  1757. mwt
  1758. mybuild >= "7"
  1759. mysql8
  1760. mysql_protocol
  1761. n_ary
  1762. naboris
  1763. nacc
  1764. nanoev
  1765. nanoev-picos
  1766. nanoev-posix
  1767. nanoev_tiny_httpd
  1768. nanoid
  1769. nanosvg
  1770. nanosvg_text
  1771. nbd >= "4.0.3"
  1772. nbd-tool
  1773. nbd-unix
  1774. nel
  1775. neo4j_bolt
  1776. neodriver
  1777. neodriver_core
  1778. neodriver_eio
  1779. neodriver_packstream
  1780. netkat
  1781. netlink >= "0.3.4"
  1782. netsnmp
  1783. neural_nets_lib < "0.6.0"
  1784. nice_parser
  1785. ninja_utils
  1786. niru
  1787. nloge
  1788. nlopt
  1789. nmea
  1790. noCanren
  1791. nocoiner
  1792. node_of_ocaml
  1793. noise
  1794. nomad
  1795. non_empty_list
  1796. nottui
  1797. nottui-lwt
  1798. nottui-miou
  1799. nottui-pretty
  1800. nottui-unix
  1801. notty >= "0.2.3"
  1802. notty-community
  1803. notty-miou
  1804. notty_async >= "v0.13.0"
  1805. np
  1806. npy >= "0.0.9"
  1807. nsq
  1808. numeric_string
  1809. nuscr
  1810. OCADml
  1811. OCanren
  1812. OCanren-ppx
  1813. OSCADml
  1814. obatcher
  1815. obeam
  1816. obelisk >= "0.5.0"
  1817. obuilder
  1818. obuilder-spec
  1819. obus >= "1.2.1"
  1820. ocal >= "0.2.2"
  1821. ocaml-canvas
  1822. ocaml-compiler-libs >= "v0.12.0"
  1823. ocaml-embed-file
  1824. ocaml-in-python
  1825. ocaml-index
  1826. ocaml-lsp-server < "1.28.0-506~preview"
  1827. ocaml-lua
  1828. ocaml-migrate-parsetree
  1829. ocaml-migrate-parsetree-ocamlbuild
  1830. ocaml-monadic >= "0.4.1"
  1831. ocaml-print-intf
  1832. ocaml-probes
  1833. ocaml-protoc >= "2.0.1"
  1834. ocaml-protoc-plugin
  1835. ocaml-r >= "0.1.1"
  1836. ocaml-sat-solvers >= "0.8"
  1837. ocaml-syntax-shims
  1838. ocaml-systemd >= "1.3"
  1839. ocaml-top
  1840. ocaml-vdom < "transition"
  1841. ocaml-version >= "3.5.0"
  1842. ocaml-yescrypt
  1843. ocaml_db_model
  1844. ocaml_intrinsics
  1845. ocaml_intrinsics_kernel
  1846. ocaml_openapi_generator
  1847. ocaml_pgsql_model
  1848. ocaml_plugin
  1849. ocamlc-loc < "3.19.0"
  1850. ocamlcodoc
  1851. ocamldiff >= "1.2"
  1852. ocamlformat >= "0.24.1"
  1853. ocamlformat-lib
  1854. ocamlformat-mlx
  1855. ocamlformat-mlx-lib
  1856. ocamlformat-rpc < "removed"
  1857. ocamlformat-rpc-lib
  1858. ocamlfuse
  1859. ocamlgraph >= "2.0.0"
  1860. ocamlgraph_gtk
  1861. ocamlify >= "0.1.0"
  1862. ocamline
  1863. ocamlmerlin-mlx
  1864. ocamlmig < "5.4.20260731"
  1865. ocamlmod >= "0.1.1"
  1866. ocamlog
  1867. ocamlregextkit
  1868. ocannl_npy
  1869. ocb
  1870. ocf >= "0.8.0" & < "1.0.0"
  1871. ocf_ppx < "1.0.0"
  1872. ocgtk
  1873. ockt
  1874. ocluster < "0.2" | >= "0.4.0"
  1875. ocluster-api
  1876. ocluster-worker
  1877. ocolor
  1878. ocp-browser >= "1.2.1"
  1879. ocp-indent >= "1.7.0" & < "1.9.0"
  1880. ocp-indent-nlfork
  1881. ocp-index
  1882. ocp-search
  1883. ocp_reveal
  1884. ocplib-endian >= "1.1"
  1885. ocplib-json-typed-browser
  1886. ocplib-json-typed-bson
  1887. ocplib-simplex >= "0.5"
  1888. ocplib_stuff >= "0.4.0"
  1889. ocsigen-i18n >= "4.0.0"
  1890. ocsigen-ppx-rpc
  1891. ocsigenserver >= "4.0.1" & < "7.0.0"
  1892. ocsipersist < "2.1.0"
  1893. ocsipersist-dbm < "2.1.0"
  1894. ocsipersist-dbm-config < "2.1.0"
  1895. ocsipersist-lib < "2.1.0"
  1896. ocsipersist-pgsql < "2.1.0"
  1897. ocsipersist-pgsql-config < "2.1.0"
  1898. ocsipersist-sqlite < "2.1.0"
  1899. ocsipersist-sqlite-config < "2.1.0"
  1900. octavius >= "1.2.2"
  1901. ocue
  1902. odate
  1903. odds >= "1.1"
  1904. odep
  1905. odepack >= "0.6.9"
  1906. odnnr
  1907. odoc < "3.1.0"
  1908. odoc-driver < "3.1.0"
  1909. odoc-md < "3.1.0"
  1910. odoc-parser < "3.1.0"
  1911. oepub
  1912. of_json
  1913. offheap
  1914. oframl
  1915. ogg >= "1.0.0"
  1916. ohex
  1917. oidc
  1918. ojo
  1919. ojs
  1920. ojs_base
  1921. ojs_base_all
  1922. ojs_base_ppx
  1923. ojs_ed
  1924. ojs_filetree
  1925. ojs_list
  1926. oktree
  1927. olinq >= "0.3"
  1928. oma
  1929. omd >= "1.3.2"
  1930. ometrics
  1931. omg
  1932. omigrate
  1933. omlr >= "1.0.3"
  1934. omtl
  1935. oneffs
  1936. oniguruma
  1937. ooh
  1938. opam-0install
  1939. opam-0install-cudf
  1940. opam-audit
  1941. opam-bin >= "1.0.0"
  1942. opam-build
  1943. opam-check-npm-deps
  1944. opam-ci-check-lint
  1945. opam-client >= "2.0.2"
  1946. opam-compiler
  1947. opam-core >= "2.0.2"
  1948. opam-custom-install
  1949. opam-devel >= "2.0.2"
  1950. opam-dune-lint
  1951. opam-ed >= "0.4"
  1952. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1953. opam-format >= "2.0.2"
  1954. opam-graph
  1955. opam-grep >= "0.2.0"
  1956. opam-installer >= "2.0.2"
  1957. opam-minver
  1958. opam-monorepo
  1959. opam-package-upgrade >= "0.2"
  1960. opam-publish >= "2.0.2"
  1961. opam-repository >= "2.0.2"
  1962. opam-solver >= "2.0.2"
  1963. opam-spin
  1964. opam-state >= "2.0.2"
  1965. opam-test
  1966. opam_bin_lib != "0.9.5"
  1967. opasswd
  1968. opatch
  1969. opazl
  1970. openai
  1971. openai-gym
  1972. openapi
  1973. openapi-opium
  1974. openapi_router
  1975. openbsd
  1976. opencage
  1977. opencc0
  1978. opencc1
  1979. opencc1_1
  1980. openQASM
  1981. openstellina
  1982. opentelemetry
  1983. opentelemetry-client
  1984. opentelemetry-client-cohttp-eio
  1985. opentelemetry-client-cohttp-lwt
  1986. opentelemetry-client-ocurl
  1987. opentelemetry-client-ocurl-lwt
  1988. opentelemetry-cohttp-lwt
  1989. opentelemetry-logs
  1990. opentelemetry-lwt
  1991. opine
  1992. opium
  1993. opium-graphql
  1994. opium-testing
  1995. opium_kernel >= "0.17.0"
  1996. oplot
  1997. oplsr
  1998. opomodoro
  1999. opsian
  2000. optal
  2001. opti
  2002. optimization1d >= "0.6.1"
  2003. optiml-transport
  2004. optint
  2005. opus
  2006. oq
  2007. oraft
  2008. oranger >= "2.0.1"
  2009. orb
  2010. order-i3-xfce
  2011. ordering < "3.19.0"
  2012. ordinal
  2013. ordinal_abbreviation
  2014. ordma >= "0.0.5"
  2015. orec >= "1.0.1"
  2016. orewa
  2017. orf
  2018. orgeat
  2019. orpie
  2020. orrandomForest
  2021. orsvm_e1071 >= "4.0.0"
  2022. ortac-core
  2023. ortac-dune
  2024. ortac-qcheck-stm
  2025. ortac-runtime
  2026. ortac-runtime-qcheck-stm
  2027. ortac-wrapper
  2028. orthologic-coq
  2029. orxgboost >= "1.1.0"
  2030. osc >= "0.2.0"
  2031. osc-lwt
  2032. osc-unix
  2033. osdp >= "1.1.1"
  2034. oseq >= "0.2"
  2035. osh
  2036. oskel
  2037. osnap
  2038. ostap >= "0.6"
  2039. osx-keychain
  2040. osx-secure-transport
  2041. otaglibc
  2042. otf
  2043. otoggl
  2044. otoml
  2045. otr
  2046. oui
  2047. ounit = "2.1.2"
  2048. ounit-lwt < "2.2.0"
  2049. ounit2
  2050. ounit2-lwt
  2051. out-channel-redirect
  2052. override
  2053. owee
  2054. owi
  2055. owl >= "0.4.0"
  2056. owl-base >= "0.4.0"
  2057. owl-jupyter
  2058. owl-ode
  2059. owl-ode-base
  2060. owl-ode-odepack
  2061. owl-ode-sundials
  2062. owl-opt
  2063. owl-opt-lbfgs
  2064. owl-plplot
  2065. owl-symbolic
  2066. owl-top >= "0.4.0"
  2067. owl-zoo >= "0.4.0"
  2068. owork
  2069. ozulip
  2070. p4pp
  2071. p4spectec
  2072. p5scm
  2073. packstream
  2074. pacomb
  2075. paf
  2076. paf-cohttp
  2077. pageantty
  2078. pam
  2079. pancake
  2080. pandoc
  2081. pandoc-abbreviations
  2082. pandoc-comment
  2083. pandoc-crossref
  2084. pandoc-include
  2085. pandoc-inspect
  2086. pandoc-pdf2png
  2087. pandoc-replace
  2088. papi >= "0.1.1"
  2089. par_incr
  2090. parany >= "9.0.0"
  2091. pardi >= "2.0.2"
  2092. pari
  2093. pari-bindings
  2094. parmap >= "1.1.1"
  2095. parseff >= "0.2.0"
  2096. parsexp >= "v0.13.0"
  2097. parsexp_io
  2098. parsite
  2099. parsley
  2100. passage
  2101. patch
  2102. patdiff
  2103. path_glob
  2104. patience_diff
  2105. patricia-tree
  2106. pattern
  2107. pb
  2108. pb-plugin
  2109. pbkdf
  2110. pbrt
  2111. pbrt_services
  2112. pbrt_yojson
  2113. pcap-format >= "0.5.2"
  2114. pcrc
  2115. pcre >= "7.3.5"
  2116. pcre2
  2117. pds-reachability >= "0.2.2"
  2118. pecu >= "0.2"
  2119. petrol
  2120. pf-qubes
  2121. pg_query
  2122. pgocaml >= "4.0"
  2123. pgocaml_ppx
  2124. pgx
  2125. pgx_async
  2126. pgx_lwt
  2127. pgx_lwt_mirage
  2128. pgx_lwt_unix
  2129. pgx_unix
  2130. pgx_value_core
  2131. pgx_value_ptime
  2132. phantom-algebra >= "1.0.1"
  2133. phonetic
  2134. phylogenetics
  2135. piaf
  2136. picasso
  2137. picos
  2138. picos_aux
  2139. picos_io
  2140. picos_io_cohttp
  2141. picos_lwt
  2142. picos_meta
  2143. picos_mux
  2144. picos_std
  2145. piece_rope
  2146. piqi >= "0.7.8"
  2147. piqilib >= "0.6.16"
  2148. pixel_pusher
  2149. pkcs11 >= "0.18.0"
  2150. pkcs11-cli
  2151. pkcs11-driver
  2152. pkcs11-rev
  2153. pla >= "1.3"
  2154. plateau
  2155. plato
  2156. playwright
  2157. plebeia
  2158. plist-xml
  2159. plist-xml-lwt
  2160. plotkicadsch
  2161. plotly
  2162. plplot >= "5.11.0-1"
  2163. polars
  2164. polars_async
  2165. polka
  2166. poll
  2167. polling_state_rpc
  2168. polly < "0.5.0"
  2169. polymarket
  2170. polynomial
  2171. pomap
  2172. popper
  2173. portaudio >= "0.2.2"
  2174. portaudio_c_bindings
  2175. posix-base < "4.0.1"
  2176. posix-bindings < "4.0.1"
  2177. posix-getopt >= "2.0.0" & < "4.0.1"
  2178. posix-math2 < "4.0.1"
  2179. posix-signal < "4.0.1"
  2180. posix-socket < "4.0.1"
  2181. posix-socket-unix < "4.0.1"
  2182. posix-time2 < "4.0.1"
  2183. posix-types >= "2.0.0" & < "4.0.1"
  2184. posix-uname < "4.0.1"
  2185. posixat
  2186. postgres_async
  2187. postgresql >= "4.4.1"
  2188. pp
  2189. pp-binary-ints
  2190. pp_loc
  2191. pplumbing
  2192. pplumbing-err
  2193. pplumbing-log
  2194. pplumbing-log-cli
  2195. pplumbing-pp-tty
  2196. pprint >= "20200226"
  2197. ppx-owl-opt
  2198. ppx_accessor
  2199. ppx_assert
  2200. ppx_bap
  2201. ppx_base
  2202. ppx_bench
  2203. ppx_bin_prot
  2204. ppx_bitstring < "5.0.2"
  2205. ppx_blob >= "0.6.0"
  2206. ppx_camlrack
  2207. ppx_catch
  2208. ppx_cold
  2209. ppx_compare
  2210. ppx_compose >= "0.1.0"
  2211. ppx_const
  2212. ppx_conv_func
  2213. ppx_counters
  2214. ppx_css
  2215. ppx_cstruct
  2216. ppx_cstubs
  2217. ppx_csv_conv
  2218. ppx_custom_printf
  2219. ppx_decimal
  2220. ppx_default
  2221. ppx_defer >= "0.4.0"
  2222. ppx_demo
  2223. ppx_derive_at_runtime
  2224. ppx_derivers >= "1.2.1"
  2225. ppx_deriving >= "4.5-1"
  2226. ppx_deriving_cad
  2227. ppx_deriving_cmdliner
  2228. ppx_deriving_decoders
  2229. ppx_deriving_encoding
  2230. ppx_deriving_ezjsonm
  2231. ppx_deriving_hardcaml
  2232. ppx_deriving_hash < "0.1.4"
  2233. ppx_deriving_json_schema
  2234. ppx_deriving_jsonschema
  2235. ppx_deriving_jsont
  2236. ppx_deriving_jsoo
  2237. ppx_deriving_madcast >= "0.2"
  2238. ppx_deriving_melange
  2239. ppx_deriving_popper
  2240. ppx_deriving_protobuf
  2241. ppx_deriving_qcheck
  2242. ppx_deriving_rpc
  2243. ppx_deriving_scad
  2244. ppx_deriving_variant_string
  2245. ppx_deriving_yaml
  2246. ppx_deriving_yojson
  2247. ppx_diff
  2248. ppx_disable_unused_warnings
  2249. ppx_distr_guards >= "0.2"
  2250. ppx_dream_eml
  2251. ppx_embed_file
  2252. ppx_enforce
  2253. ppx_enumerate
  2254. ppx_expect
  2255. ppx_expect_nobase >= "v0.17.2.2"
  2256. ppx_ezlua
  2257. ppx_factory
  2258. ppx_fail
  2259. ppx_fields_conv
  2260. ppx_fixed_literal
  2261. ppx_forbid
  2262. ppx_format
  2263. ppx_fun
  2264. ppx_gen_rec >= "1.1.0"
  2265. ppx_getenv
  2266. ppx_globalize
  2267. ppx_hardcaml
  2268. ppx_hash
  2269. ppx_hegel_compat
  2270. ppx_hegel_generator
  2271. ppx_hegel_test
  2272. ppx_here
  2273. ppx_ignore_instrumentation
  2274. ppx_import
  2275. ppx_inline_alcotest
  2276. ppx_inline_test
  2277. ppx_inline_test_nobase
  2278. ppx_interact
  2279. ppx_irmin
  2280. ppx_jane
  2281. ppx_js_style
  2282. ppx_jsobject_conv
  2283. ppx_jsonaf_conv
  2284. ppx_let
  2285. ppx_log
  2286. ppx_lun
  2287. ppx_make
  2288. ppx_map
  2289. ppx_marshal < "0.4.1"
  2290. ppx_marshal_ext < "0.4.1"
  2291. ppx_matches < "0.2.0"
  2292. ppx_meta_conv
  2293. ppx_mica
  2294. ppx_mikmatch
  2295. ppx_minidebug
  2296. ppx_module_timer
  2297. ppx_monad
  2298. ppx_monoid >= "0.3.2"
  2299. ppx_mysql
  2300. ppx_open
  2301. ppx_optcomp
  2302. ppx_optint
  2303. ppx_optional
  2304. ppx_parser
  2305. ppx_partial
  2306. ppx_pattern_bind
  2307. ppx_pbt
  2308. ppx_pipebang
  2309. ppx_protocol_conv
  2310. ppx_protocol_conv_json
  2311. ppx_protocol_conv_jsonm
  2312. ppx_protocol_conv_msgpack
  2313. ppx_protocol_conv_xml_light
  2314. ppx_protocol_conv_xmlm
  2315. ppx_protocol_conv_yaml
  2316. ppx_pyformat
  2317. ppx_python
  2318. ppx_quick_test
  2319. ppx_rapper
  2320. ppx_rapper_async
  2321. ppx_rapper_lwt
  2322. ppx_regexp >= "0.4.0"
  2323. ppx_repr
  2324. ppx_seq
  2325. ppx_sexp_conv
  2326. ppx_sexp_message
  2327. ppx_sexp_value
  2328. ppx_show
  2329. ppx_stable
  2330. ppx_stable_witness
  2331. ppx_string
  2332. ppx_string_conv
  2333. ppx_string_interpolation
  2334. ppx_subliner
  2335. ppx_system
  2336. ppx_test
  2337. ppx_tools
  2338. ppx_tools_versioned
  2339. ppx_trace
  2340. ppx_ts
  2341. ppx_tydi
  2342. ppx_type_directed_value
  2343. ppx_typed_fields
  2344. ppx_typerep_conv
  2345. ppx_tyre
  2346. ppx_units
  2347. ppx_unreachable
  2348. ppx_update
  2349. ppx_variants_conv
  2350. ppx_viewpattern
  2351. ppx_wideopen
  2352. ppx_xml_conv
  2353. ppx_yojson
  2354. ppx_yojson_conv
  2355. ppx_yojson_conv_lib
  2356. ppxfind
  2357. ppxlib
  2358. ppxlib-tools
  2359. ppxlib_jane
  2360. ppxx
  2361. pratter
  2362. prbnmcn-basic-structures
  2363. prbnmcn-cgrph
  2364. prbnmcn-clustering
  2365. prbnmcn-dagger
  2366. prbnmcn-dagger-gsl
  2367. prbnmcn-dagger-stats
  2368. prbnmcn-dagger-test
  2369. prbnmcn-gnuplot
  2370. prbnmcn-linalg
  2371. prbnmcn-mcts
  2372. prbnmcn-proptest
  2373. prbnmcn-stats
  2374. prbnmcn-ucb1
  2375. prc
  2376. preface
  2377. prelude
  2378. pretty_expressive
  2379. prettym
  2380. print-table
  2381. printbox >= "0.3"
  2382. printbox-ext-plot
  2383. printbox-html
  2384. printbox-md
  2385. printbox-text >= "0.6.1"
  2386. proc-smaps
  2387. process_limits
  2388. processor
  2389. producer
  2390. prof_spacetime
  2391. profiling
  2392. profunctor
  2393. progress < "0.5.0"
  2394. prolect
  2395. prom
  2396. prometheus >= "0.6"
  2397. prometheus-app >= "0.6"
  2398. prometheus-eio
  2399. prometheus-liquidsoap >= "2"
  2400. prometheus-lwt
  2401. prometheus-reporter
  2402. promise
  2403. promise_jsoo
  2404. promise_jsoo_lwt
  2405. protocell
  2406. protocol-9p >= "1.0.0"
  2407. protocol-9p-tool >= "1.0.0"
  2408. protocol-9p-unix >= "1.0.0"
  2409. protocol_version_header
  2410. provider
  2411. prr
  2412. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2413. psq >= "0.1.1"
  2414. ptmap >= "2.0.5"
  2415. ptset
  2416. pulseaudio >= "0.1.4"
  2417. pure-html
  2418. pure-splitmix >= "0.3"
  2419. purl
  2420. pvec
  2421. pxshot
  2422. py >= "1.1"
  2423. pyast
  2424. pyml >= "20210924"
  2425. pyml_bindgen >= "0.3.0"
  2426. pyre-ast
  2427. pythonlib
  2428. qbf >= "0.3"
  2429. qcaml
  2430. qcheck >= "0.13"
  2431. qcheck-alcotest
  2432. qcheck-core
  2433. qcheck-lin < "0.10"
  2434. qcheck-multicoretests-util < "0.10"
  2435. qcheck-ounit
  2436. qcheck-stm < "0.10"
  2437. qdrant
  2438. qinap
  2439. qiskit
  2440. qmp >= "0.19.0"
  2441. qrencode
  2442. qtest >= "2.10.1"
  2443. queenshead
  2444. query-json
  2445. quests
  2446. quick_print
  2447. quickjs
  2448. radamsa
  2449. radare2 >= "0.0.3"
  2450. randii
  2451. random
  2452. randomconv
  2453. randoml
  2454. range >= "0.8"
  2455. rangeSet
  2456. rankers
  2457. ravel
  2458. rawlink
  2459. rawlink-eio
  2460. rawlink-lwt
  2461. raygui < "1.5.1"
  2462. raylib < "1.5.1"
  2463. rdbg >= "1.196.12"
  2464. rdf >= "0.13.0" & < "1.1.0"
  2465. rdf_impls < "1.1.0"
  2466. rdf_json_ld < "1.1.0"
  2467. rdf_lwt < "1.1.0"
  2468. rdf_mysql < "1.1.0"
  2469. rdf_postgresql < "1.1.0"
  2470. rdf_ppx < "1.1.0"
  2471. re >= "1.9.0"
  2472. re2
  2473. re2_stable
  2474. re_parser
  2475. rea
  2476. react-rules-of-hooks-ppx
  2477. reactiveData >= "0.2.4"
  2478. reactjs-jsx-ppx
  2479. readability_metrics
  2480. readline
  2481. reanalyze
  2482. reason < "3.17.2"
  2483. reason-react
  2484. reason-react-ppx
  2485. reason-standard
  2486. received
  2487. record_builder
  2488. records >= "1.0.0"
  2489. red-black-tree
  2490. reddit_api_async
  2491. reddit_api_kernel
  2492. redirect
  2493. redis >= "0.4"
  2494. redis-async
  2495. redis-lwt >= "0.4"
  2496. redis-sync >= "0.4"
  2497. reed-solomon-erasure >= "1.0.2"
  2498. reedsolomon
  2499. refl
  2500. regex_parser_intf
  2501. regrade
  2502. relude
  2503. remu_ts
  2504. reparse
  2505. reparse-lwt
  2506. reparse-lwt-unix
  2507. reparse-unix
  2508. repr
  2509. repr-bench
  2510. repr-fuzz
  2511. requisite
  2512. res >= "5.0.1"
  2513. res_tailwindcss
  2514. rescript-syntax
  2515. rescriptdep
  2516. reshowcase
  2517. resource-pooling >= "1.1"
  2518. resource_cache
  2519. resp
  2520. resp-client
  2521. resp-mirage
  2522. resp-server >= "0.9"
  2523. resp-unix
  2524. resto
  2525. resto-acl
  2526. resto-cohttp
  2527. resto-cohttp-client
  2528. resto-cohttp-self-serving-client
  2529. resto-cohttp-server
  2530. resto-directory
  2531. resto-json
  2532. restricted
  2533. result
  2534. rfc1951 >= "0.8.1" & != "1.0.0"
  2535. rfc6287 >= "1.0.4"
  2536. rfc7748
  2537. rfsm >= "1.6-alpha-3"
  2538. rhythm
  2539. ringo
  2540. ringo-lwt
  2541. rio
  2542. riot
  2543. river
  2544. robotstxt
  2545. rock
  2546. rocq-core
  2547. rocq-devtools
  2548. rocq-runtime
  2549. rocqide
  2550. roman
  2551. root1d >= "0.5.1"
  2552. rope >= "0.6.2"
  2553. rosa
  2554. rosetta >= "0.2.0"
  2555. routes
  2556. rowex
  2557. rpc
  2558. rpc_parallel
  2559. rpclib
  2560. rpclib-async
  2561. rpclib-html
  2562. rpclib-js
  2563. rpclib-lwt
  2564. rpmfile
  2565. rpmfile-cli
  2566. rpmfile-eio
  2567. rpmfile-unix
  2568. rsdd
  2569. rss
  2570. rtop < "3.17.2"
  2571. rtree
  2572. rungen
  2573. runtime_events_tools < "0.5.4"
  2574. runtime_events_tools_bare < "0.5.4"
  2575. rusage
  2576. rust-staticlib-gen
  2577. rust-staticlib-virtual
  2578. SZXX
  2579. safemoney
  2580. safepass >= "3.1"
  2581. sail >= "0.15" & < "0.20.2"
  2582. sail_c_backend < "0.20.2"
  2583. sail_coq_backend < "0.20.2"
  2584. sail_doc_backend < "0.20.2"
  2585. sail_latex_backend < "0.20.2"
  2586. sail_lean_backend < "0.20.2"
  2587. sail_lem_backend < "0.20.2"
  2588. sail_maker < "0.20.2"
  2589. sail_manifest
  2590. sail_ocaml_backend < "0.20.2"
  2591. sail_output < "0.20.2"
  2592. sail_smt_backend < "0.20.2"
  2593. sail_sv_backend < "0.20.2"
  2594. salsa20 >= "1.0.0"
  2595. salsa20-core >= "1.0.0"
  2596. salto-analyzer < "0.2"
  2597. saltoIL < "0.2.1"
  2598. samplerate >= "0.1.6"
  2599. sanddb >= "0.2"
  2600. sarek
  2601. sarif
  2602. satex
  2603. saturn
  2604. saturn_lockfree
  2605. satyrographos
  2606. savvy
  2607. scad_ml
  2608. scfg
  2609. scgi
  2610. scipy
  2611. scrypt-kdf
  2612. sd_logic
  2613. sdl-liquidsoap >= "3"
  2614. search
  2615. searchTree
  2616. secp256k1 >= "0.4.1"
  2617. secp256k1-internal
  2618. sedlex
  2619. sek
  2620. sel
  2621. semantic_version
  2622. semaphore-compat
  2623. semv
  2624. semver >= "0.2.1"
  2625. semver2
  2626. sendmail
  2627. sendmail-lwt
  2628. sendmail-miou-unix
  2629. sendmail-mirage
  2630. sentry
  2631. seq < "base"
  2632. seqes
  2633. sequencer_table
  2634. serde
  2635. serde_debug
  2636. serde_derive
  2637. serde_json
  2638. serde_sexpr
  2639. serde_xml
  2640. serial
  2641. server-reason-react
  2642. session >= "0.4.1"
  2643. session-cohttp >= "0.4.1"
  2644. session-cohttp-async >= "0.4.1"
  2645. session-cohttp-lwt >= "0.4.1"
  2646. session-cookie
  2647. session-cookie-async
  2648. session-cookie-lwt
  2649. session-postgresql >= "0.4.1"
  2650. session-postgresql-async
  2651. session-postgresql-lwt
  2652. session-redis-lwt >= "0.4.1"
  2653. session-webmachine >= "0.4.1"
  2654. setcore >= "1.0.2"
  2655. sexp
  2656. sexp_decode
  2657. sexp_diff
  2658. sexp_diff_kernel
  2659. sexp_grammar
  2660. sexp_macro
  2661. sexp_pretty
  2662. sexp_select
  2663. sexp_string_quickcheck
  2664. sexplib >= "v0.13.0"
  2665. sexplib0 >= "v0.12.0"
  2666. sexps-rewriter
  2667. sgf
  2668. sha >= "1.13"
  2669. shades
  2670. shakuhachi
  2671. shapefile
  2672. shared-block-ring
  2673. shared-memory-ring
  2674. shared-memory-ring-lwt
  2675. shared-secret >= "0.4"
  2676. shell
  2677. sherlodoc < "3.1.0"
  2678. shexp
  2679. shine >= "0.2.2"
  2680. shuttle
  2681. shuttle_http
  2682. shuttle_ssl
  2683. shuttle_websocket
  2684. sifun
  2685. signal
  2686. sihl
  2687. sihl-cache
  2688. sihl-contract
  2689. sihl-core
  2690. sihl-email
  2691. sihl-facade
  2692. sihl-persistence
  2693. sihl-queue
  2694. sihl-session
  2695. sihl-storage
  2696. sihl-token
  2697. sihl-type
  2698. sihl-user
  2699. sihl-web
  2700. simlog
  2701. simple63
  2702. simple_httpd
  2703. simple_httpd_caqti
  2704. sitemap
  2705. sklearn
  2706. slack
  2707. slacko
  2708. slice
  2709. slipshow
  2710. slug
  2711. smaji_glyph_path
  2712. smart-print >= "0.3.0"
  2713. smaws-clients
  2714. smaws-lib
  2715. smol
  2716. smol-helpers
  2717. smtlib-utils
  2718. smtml < "0.10.0"
  2719. snappy
  2720. snf_mcp
  2721. snoke
  2722. so
  2723. sodium-fmt
  2724. solid < "0.5.0"
  2725. solid_server < "0.5.0"
  2726. solid_tools < "0.5.0"
  2727. solidity-alcotest
  2728. solidity-common
  2729. solidity-parser
  2730. solidity-test
  2731. solidity-typechecker
  2732. solo5-elftool
  2733. sortedseq_intersect
  2734. sosie
  2735. soundtouch >= "0.1.9"
  2736. soupault
  2737. spacetime_lib
  2738. spatial-shell
  2739. spawn < "v0.9.0" | >= "v0.13.0"
  2740. spdx_licenses
  2741. spectrum
  2742. spectrum_capabilities
  2743. spectrum_palette_ppx
  2744. spectrum_palettes
  2745. spectrum_tools
  2746. speed
  2747. speex
  2748. spelll >= "0.4"
  2749. spices
  2750. spin
  2751. splay_tree
  2752. splittable_random
  2753. spoc
  2754. spoc_ppx
  2755. spoke
  2756. spotify-web-api
  2757. spotify_ml
  2758. spotlib >= "4.1.0"
  2759. spurs
  2760. sqids
  2761. sqlgg >= "20200521"
  2762. sqlite3 >= "4.4.1"
  2763. sqlite3_utils
  2764. srt
  2765. ssh-agent >= "0.2.0"
  2766. ssl >= "0.5.6"
  2767. starpath
  2768. starred_ml < "0.0.8"
  2769. stdcompat >= "19"
  2770. stdint >= "0.6.0"
  2771. stdint-literals
  2772. stdio
  2773. stdlib-diff
  2774. stdlib-random
  2775. stdlib-shims
  2776. stdune < "3.19.0"
  2777. stitch
  2778. stk < "0.5.0"
  2779. stk_iconv < "0.5.0"
  2780. stk_ocf < "0.5.0"
  2781. stk_ppx < "0.5.0"
  2782. stk_rdf < "0.5.0"
  2783. stk_xml < "0.5.0"
  2784. stog >= "0.20.0"
  2785. stog_all
  2786. stog_asy
  2787. stog_dot
  2788. stog_extern
  2789. stog_markdown
  2790. stog_multi_doc
  2791. stog_nocaml
  2792. stog_noexec
  2793. stog_plugins
  2794. stog_rdf
  2795. stog_rel_href
  2796. stog_server
  2797. stog_server_multi
  2798. stog_sitemap
  2799. stog_writing
  2800. stone >= "0.5.2"
  2801. store
  2802. store-dict
  2803. store-pushqueue
  2804. stored_reversed
  2805. stramon-lib
  2806. streamable
  2807. streaming
  2808. string_dict
  2809. stringCodepointSplitter
  2810. stringext >= "1.6.0"
  2811. stringx
  2812. sturgeon >= "0.4.2"
  2813. styled-ppx
  2814. subprocess
  2815. subscriptions-transport-ws
  2816. subtype-refinement >= "0.2"
  2817. sun
  2818. svmwrap
  2819. swagger >= "0.2.0"
  2820. swapfs
  2821. swhid
  2822. swhid_compute
  2823. swhid_core
  2824. swhid_types
  2825. swipl
  2826. syguslib-utils
  2827. symex
  2828. synchronizer
  2829. syncweb
  2830. syndic >= "1.6.0"
  2831. synopsis
  2832. sys-socket
  2833. sys-socket-unix
  2834. syslog >= "2.0.1"
  2835. syslog-message >= "1.0.0"
  2836. syslog-rfc5424 < "0.2"
  2837. systemverilog >= "0.0.2"
  2838. syto
  2839. tablecloth-base
  2840. tablecloth-melange
  2841. tablecloth-native < "transition"
  2842. tabr
  2843. taglib >= "0.3.7"
  2844. talaria-bibtex
  2845. tar
  2846. tar-eio
  2847. tar-mirage
  2848. tar-unix
  2849. tcalc
  2850. tcpip
  2851. tdigest
  2852. telemetry
  2853. telltime
  2854. tensorboard
  2855. term-indexing
  2856. term-tools
  2857. termaid
  2858. terminal < "0.5.0"
  2859. terminal_size >= "0.1.4"
  2860. terminus
  2861. terminus-cohttp
  2862. terminus-hlc
  2863. terml
  2864. testo < "0.3.4"
  2865. testo-diff < "0.3.4"
  2866. testo-lwt < "0.3.4"
  2867. testo-util < "0.3.4"
  2868. testu01
  2869. textmate-language
  2870. textrazor
  2871. textutils
  2872. textutils_kernel
  2873. textwrap >= "0.2.1"
  2874. tezos-base58
  2875. tezos-context-hash
  2876. tezt < "4.3.0"
  2877. tezt-bam
  2878. theo
  2879. theora
  2880. thread-local-storage
  2881. thread-table
  2882. thrift
  2883. tidy
  2884. tidy_email
  2885. tidy_email_mailgun
  2886. tidy_email_sendgrid
  2887. tidy_email_smtp
  2888. tilde_f
  2889. time_now
  2890. timed >= "1.1"
  2891. timedesc
  2892. timedesc-json
  2893. timedesc-sexp
  2894. timedesc-tzdb
  2895. timedesc-tzlocal
  2896. timedesc-tzlocal-js
  2897. timere
  2898. timere-parse
  2899. timezone
  2900. timmy
  2901. timmy-jsoo
  2902. timmy-lwt
  2903. timmy-unix
  2904. tiny_httpd
  2905. tiny_httpd_camlzip
  2906. tiny_httpd_eio
  2907. tip-parser >= "0.4"
  2908. tldr
  2909. tls >= "0.12.8"
  2910. tls-async
  2911. tls-eio
  2912. tls-liquidsoap
  2913. tls-lwt
  2914. tls-miou-unix
  2915. tls-mirage
  2916. tm-grammars
  2917. toc
  2918. tofn
  2919. togglelog
  2920. toml
  2921. toml-cconv
  2922. toml_cconv
  2923. toplevel_backend
  2924. toplevel_expect_test
  2925. topojson
  2926. topojsone
  2927. topological_sort
  2928. torch
  2929. tqdm
  2930. trace
  2931. trace-fuchsia
  2932. trace-runtime-events
  2933. trace-tef
  2934. tracing
  2935. tracy-client
  2936. trail
  2937. traits
  2938. trampoline
  2939. transept
  2940. transom
  2941. traverse
  2942. travesty
  2943. trax >= "0.4.0"
  2944. tree_layout >= "0.2"
  2945. treeprint >= "2.3.0"
  2946. trexio
  2947. trie
  2948. trs
  2949. tsdl-image >= "0.3.0"
  2950. tsdl-mixer
  2951. tsdl-ttf >= "0.3"
  2952. tsort
  2953. tty
  2954. tube >= "4.4.0"
  2955. tuntap
  2956. twirp_cohttp_lwt_unix
  2957. twirp_core
  2958. twirp_ezcurl
  2959. twirp_tiny_httpd
  2960. twostep
  2961. tyabt
  2962. type_eq
  2963. type_id
  2964. typed_list
  2965. typeid
  2966. typerep >= "v0.13.0"
  2967. typeset
  2968. tyre >= "0.5"
  2969. tyxml >= "4.3.0"
  2970. tyxml-jsx
  2971. tyxml-lwd
  2972. tyxml-ppx >= "4.3.0"
  2973. tyxml-syntax
  2974. ubase
  2975. ubpf >= "0.2"
  2976. uecc >= "0.3"
  2977. ufind
  2978. uint >= "2.0.1"
  2979. ulid
  2980. um-abt
  2981. unidecode
  2982. unionFind
  2983. unisim_archisec < "0.0.14"
  2984. unison < "2.53.4"
  2985. universal-portal
  2986. universo
  2987. unix-errno >= "0.6.0"
  2988. unix-type-representations >= "0.1.3"
  2989. unstrctrd
  2990. uopt
  2991. uri >= "2.2.1"
  2992. uri-bench
  2993. uri-re
  2994. uri-sexp
  2995. uring
  2996. uring-trace
  2997. uritemplate
  2998. urn
  2999. user-agent-parser
  3000. username_kernel
  3001. uspf
  3002. uspf-lwt
  3003. uspf-mirage
  3004. uspf-unix
  3005. utcp
  3006. utop
  3007. uuuu >= "0.1.1"
  3008. validate
  3009. validator
  3010. valkey
  3011. variantslib >= "v0.13.0"
  3012. varray
  3013. vcaml
  3014. vcardgen >= "1.2"
  3015. vchan
  3016. vchan-unix
  3017. vchan-xen
  3018. vdom
  3019. vec
  3020. vector
  3021. vector3 >= "1.0.0"
  3022. vendredi
  3023. vercel
  3024. versioned_polling_state_rpc
  3025. vhd-format >= "0.12.0"
  3026. vhd-format-lwt
  3027. vif
  3028. vifu
  3029. virtual_dom
  3030. virtual_dom_toplayer
  3031. visitors >= "20200207"
  3032. vlq >= "0.2.1"
  3033. vlt
  3034. vmnet
  3035. vocal
  3036. volgo
  3037. volgo-base
  3038. volgo-git-backend
  3039. volgo-git-eio
  3040. volgo-git-unix
  3041. volgo-hg-backend
  3042. volgo-hg-eio
  3043. volgo-hg-unix
  3044. volgo-vcs
  3045. voqc
  3046. vorbis
  3047. vpt >= "5.0.0"
  3048. vscoq-language-server < "2.3.3"
  3049. vsrocq-language-server
  3050. vue-jsoo
  3051. vue-ppx
  3052. wall
  3053. wasm >= "2.0.2"
  3054. wasm_of_ocaml-compiler < "6.1.0"
  3055. wasmer
  3056. wasmtime
  3057. wayland
  3058. waylaunch
  3059. wcwidth
  3060. webauthn
  3061. weberizer >= "0.8"
  3062. webmachine >= "0.6.2"
  3063. websocket >= "2.12"
  3064. websocket-async
  3065. websocket-lwt
  3066. websocket-lwt-unix
  3067. websocketaf
  3068. webtest
  3069. webtest-js
  3070. why3find
  3071. wikitext
  3072. win-error >= "1.0"
  3073. win-eventlog >= "0.3"
  3074. winsvc
  3075. wol
  3076. wol-eio
  3077. wol-mirage
  3078. ws
  3079. ws-server
  3080. wseg
  3081. wtf8 >= "1.0.2"
  3082. wtr
  3083. wtr-ppx
  3084. wu-manber-fuzzy-search
  3085. x509
  3086. x86_64-esperanto >= "0.0.6"
  3087. xapi-backtrace
  3088. xapi-inventory
  3089. xapi-rrd
  3090. xapi-stdext-date
  3091. xapi-stdext-encodings
  3092. xapi-stdext-pervasives
  3093. xapi-stdext-std
  3094. xapi-stdext-threads
  3095. xapi-stdext-unix
  3096. xapi-stdext-zerocheck
  3097. xcursor
  3098. xdg < "3.19.0"
  3099. xdg-basedir
  3100. xedbindings
  3101. xen-evtchn
  3102. xen-evtchn-unix
  3103. xen-gnt
  3104. xen-gnt-unix
  3105. xenstore
  3106. xenstore-tool
  3107. xenstore_transport >= "1.1.0"
  3108. xkbcommon
  3109. xlsx2csv
  3110. xmelly
  3111. xml-light >= "2.5"
  3112. xmldiff >= "0.7.0"
  3113. xmldiff_js
  3114. xmlplaylist >= "0.1.5"
  3115. xoshiro
  3116. xtmpl >= "0.19.0" & < "1.1.0"
  3117. xtmpl_js < "1.1.0"
  3118. xtmpl_ppx < "1.1.0"
  3119. yaml >= "1.0.0"
  3120. yaml-sexp
  3121. yara >= "0.2"
  3122. yocaml < "2.6.0"
  3123. yocaml_cmark
  3124. yocaml_cmarkit < "2.6.0"
  3125. yocaml_eio < "2.6.0"
  3126. yocaml_git < "2.6.0"
  3127. yocaml_jingoo < "2.6.0"
  3128. yocaml_markdown < "2.6.0"
  3129. yocaml_mustache < "2.6.0"
  3130. yocaml_omd < "2.6.0"
  3131. yocaml_otoml < "2.6.0"
  3132. yocaml_runtime < "2.6.0"
  3133. yocaml_syndication < "2.6.0"
  3134. yocaml_unix < "2.6.0"
  3135. yocaml_yaml < "2.6.0"
  3136. yojson >= "1.5.0"
  3137. yojson-bench
  3138. yojson-five
  3139. yosqlite
  3140. yultracer
  3141. yurt >= "0.6"
  3142. yuscii >= "0.2.1"
  3143. yuujinchou
  3144. zanuda
  3145. zar
  3146. zarith-ppx
  3147. zarith_stubs_js
  3148. zarr
  3149. zarr-eio
  3150. zarr-lwt
  3151. zarr-sync
  3152. zdd
  3153. zed >= "2.0.6"
  3154. zeit
  3155. zelus
  3156. zelus-gtk
  3157. zipperposition
  3158. zipperposition-tools
  3159. zlib
  3160. zlist >= "0.4.0"
  3161. zmq >= "5.1.0"
  3162. zmq-async >= "5.1.0"
  3163. zmq-eio
  3164. zmq-lwt >= "5.1.0"
  3165. zstandard
  3166. zstd >= "0.3"
  3167. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"