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