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. keyseq
  1338. kicadsch >= "0.4.0"
  1339. kind2
  1340. kinetic-client >= "0.0.11"
  1341. kittyimg
  1342. kkmarkdown
  1343. kmt
  1344. knights_tour
  1345. kot
  1346. kqueue
  1347. krb
  1348. kube
  1349. kuznechik
  1350. lab
  1351. lablgtk3
  1352. lablgtk3-extras >= "3.0.1"
  1353. lablgtk3-goocanvas2
  1354. lablgtk3-gtkspell3
  1355. lablgtk3-rsvg2
  1356. lablgtk3-sourceview3
  1357. lablqml
  1358. lacaml >= "11.0.2"
  1359. ladspa >= "0.2.0"
  1360. lambda
  1361. lambda-runtime
  1362. lambda-term >= "2.0"
  1363. lambda_streams
  1364. lambda_streams_async
  1365. lambda_streams_lwt
  1366. lambdapi
  1367. lambdasoup >= "0.6.4"
  1368. lame >= "0.3.4"
  1369. landmarks >= "1.4"
  1370. landmarks-ppx
  1371. landmarks-speedscope
  1372. lascar >= "0.6-alpha"
  1373. lastfm >= "0.3.3"
  1374. launchd >= "1.3"
  1375. layoutz
  1376. lazy-trie
  1377. lbfgs >= "0.9.1"
  1378. lbvs_consent >= "2.1.0"
  1379. ldap >= "2.4.1"
  1380. ldp < "0.5.0"
  1381. ldp_curl < "0.5.0"
  1382. ldp_js < "0.5.0"
  1383. ldp_tls < "0.5.0"
  1384. leaflet
  1385. learn-ocaml
  1386. learn-ocaml-client
  1387. leaves
  1388. ledgerwallet
  1389. legacy_diffable
  1390. lens >= "1.2.4"
  1391. letsencrypt
  1392. letsencrypt-app
  1393. letsencrypt-dns
  1394. letsencrypt-mirage
  1395. letters
  1396. leveldb
  1397. lib_parsing
  1398. libabsolute
  1399. libbinaryen < "105.1.0" | >= "107.0.1"
  1400. libbpf
  1401. libbpf_maps
  1402. libc
  1403. libdash >= "0.4.1"
  1404. libirmin
  1405. libsail < "0.20.2"
  1406. libsvm >= "0.10.0"
  1407. libzipperposition
  1408. lilac
  1409. lilv
  1410. line-up-words
  1411. line_oriented
  1412. linenoise >= "1.3.1"
  1413. links
  1414. links-mysql
  1415. links-postgresql
  1416. links-sqlite3
  1417. linol
  1418. linol-eio
  1419. linol-lwt
  1420. lintcstubs
  1421. lintcstubs-arity < "0.5.2"
  1422. lintcstubs-gen
  1423. linwrap
  1424. liquid_interpreter
  1425. liquid_ml
  1426. liquid_parser
  1427. liquid_std
  1428. liquid_syntax
  1429. liquidsoap-core
  1430. liquidsoap-lang < "2.3.3"
  1431. liquidsoap-libs
  1432. liquidsoap-libs-extra
  1433. little_logger
  1434. llama
  1435. llama-cpp-ocaml
  1436. llama_core
  1437. llama_interactive
  1438. llama_midi
  1439. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1440. lmdb >= "1.0" & < "1.1.3"
  1441. lo >= "0.2.0"
  1442. loc
  1443. lockfree
  1444. locswijch
  1445. loga
  1446. logical
  1447. logs-async
  1448. logs-async-reporter
  1449. logs-ppx
  1450. logs-syslog
  1451. logtk
  1452. loop
  1453. lp
  1454. lp-glpk
  1455. lp-glpk-js
  1456. lp-gurobi
  1457. lp-highs
  1458. lpd
  1459. lreplay
  1460. lrgrep
  1461. lru >= "0.3.0"
  1462. lru_cache
  1463. lsp < "1.28.0-506~preview"
  1464. lt-code
  1465. lua-ml >= "0.9.3"
  1466. lua_parser
  1467. lucid
  1468. lun
  1469. lustre-v6 >= "6.103.3"
  1470. lutils >= "1.51.2"
  1471. lutin >= "2.71.10"
  1472. luv
  1473. luv_unix
  1474. lwd
  1475. lwt < "6.0.0"
  1476. lwt-canceler >= "0.2"
  1477. lwt-dllist
  1478. lwt-exit
  1479. lwt-parallel
  1480. lwt-watcher >= "0.2"
  1481. lwt_direct < "6.0.0"
  1482. lwt_domain
  1483. lwt_eio
  1484. lwt_glib >= "1.1.1"
  1485. lwt_log >= "1.1.1"
  1486. lwt_ppx >= "1.2.2" & < "6.0.0"
  1487. lwt_ppx_to_let_syntax
  1488. lwt_react >= "1.1.2"
  1489. lwt_retry
  1490. lwt_runtime_events < "6.0.0"
  1491. lwt_ssl >= "1.1.3"
  1492. lz4 >= "1.2.0"
  1493. lz4_chans >= "3.0.1"
  1494. lzo >= "0.0.3"
  1495. MlFront_Cache < "2.4.2.30"
  1496. MlFront_Cli < "2.4.2.30"
  1497. MlFront_Config < "2.4.2.30"
  1498. MlFront_Core < "2.4.2.30"
  1499. MlFront_Errors < "2.4.2.30"
  1500. MlFront_Logs < "2.4.2.30"
  1501. MlFront_Manip < "2.4.2.30"
  1502. MlFront_Signify < "2.4.2.30"
  1503. MlFront_ZipFile < "2.4.2.30"
  1504. m_tree
  1505. macaddr
  1506. macaddr-cstruct
  1507. macaddr-sexp
  1508. mad >= "0.5.0"
  1509. magic-mime >= "1.1.2"
  1510. magic-trace
  1511. make-random
  1512. malfunction
  1513. man_in_the_middle_debugger
  1514. mariadb >= "1.2.0"
  1515. markdown
  1516. markup >= "0.8.0"
  1517. markup-lwt
  1518. mastodon-archive-viewer >= "0.2"
  1519. matcha
  1520. matita
  1521. matplotlib
  1522. mazeppa
  1523. mbr-format
  1524. mc2
  1525. mccs
  1526. mcrunch
  1527. md2mld
  1528. mdx >= "1.8.0" & < "2.6.0"
  1529. mec
  1530. mechaml
  1531. mehari
  1532. mehari-eio
  1533. mehari-eio-unix
  1534. mehari-lwt-unix
  1535. mehari-mirage
  1536. mel
  1537. melange < "6.0.1-51"
  1538. melange-atdgen-codec-runtime
  1539. melange-compiler-libs
  1540. melange-edn
  1541. melange-fest
  1542. melange-fetch
  1543. melange-jest
  1544. melange-json
  1545. melange-json-native
  1546. melange-moment
  1547. melange-numeral
  1548. melange-radix-icons
  1549. melange-react-dates
  1550. melange-react-query
  1551. melange-recharts
  1552. melange-str
  1553. melange-testing-library
  1554. melange-transit
  1555. melange-webapi
  1556. meldep
  1557. mem_usage < "0.2.0"
  1558. memcad
  1559. memfd
  1560. memgraph
  1561. memgraph_kitty
  1562. memo
  1563. memprof-limits
  1564. memtrace
  1565. memtrace-mirage
  1566. memtrace_viewer
  1567. menhir >= "20200123"
  1568. menhirCST
  1569. menhirGLR
  1570. menhirLib
  1571. menhirSdk
  1572. merge-fmt
  1573. merlin
  1574. merlin-extend
  1575. merlin-lib
  1576. mesh >= "0.9.5"
  1577. mesh-easymesh >= "0.9.5"
  1578. mesh-graphics >= "0.9.5"
  1579. mesh-triangle >= "0.9.5"
  1580. metadata
  1581. metadb
  1582. metapp
  1583. metaquot
  1584. metrics
  1585. metrics-influx
  1586. metrics-lwt
  1587. metrics-rusage
  1588. metrics-unix
  1589. mew
  1590. mew_vi
  1591. mfetch
  1592. mhttp
  1593. mhttp-client
  1594. mhttp-server
  1595. miaou
  1596. miaou-core
  1597. miaou-driver-matrix
  1598. miaou-driver-sdl
  1599. miaou-driver-term
  1600. miaou-driver-web
  1601. miaou-registry
  1602. miaou-runner
  1603. miaou-tui
  1604. miaou-widgets-display-sdl
  1605. micro_httpd
  1606. middleware
  1607. migra
  1608. mimic
  1609. mimic-happy-eyeballs
  1610. mindstorm >= "0.8"
  1611. mindstorm-lwt
  1612. minicaml
  1613. minicli >= "5.0.2"
  1614. minisat >= "0.3"
  1615. minttea
  1616. miou
  1617. mirage >= "4.0.0"
  1618. mirage-block
  1619. mirage-block-ccm
  1620. mirage-block-combinators
  1621. mirage-block-lwt
  1622. mirage-block-partition
  1623. mirage-block-ramdisk
  1624. mirage-block-solo5
  1625. mirage-block-unikraft
  1626. mirage-block-unix
  1627. mirage-block-xen
  1628. mirage-bootvar
  1629. mirage-channel >= "3.2.0"
  1630. mirage-channel-lwt
  1631. mirage-clock
  1632. mirage-clock-lwt
  1633. mirage-clock-unix
  1634. mirage-conduit
  1635. mirage-console
  1636. mirage-console-lwt
  1637. mirage-crypto
  1638. mirage-crypto-ec
  1639. mirage-crypto-pk
  1640. mirage-crypto-rng
  1641. mirage-crypto-rng-async
  1642. mirage-crypto-rng-eio
  1643. mirage-crypto-rng-lwt
  1644. mirage-crypto-rng-miou-unix
  1645. mirage-crypto-rng-mirage
  1646. mirage-crypto-rng-mkernel
  1647. mirage-device
  1648. mirage-dns
  1649. mirage-flow
  1650. mirage-flow-combinators
  1651. mirage-flow-lwt
  1652. mirage-flow-unix
  1653. mirage-fs
  1654. mirage-fs-lwt
  1655. mirage-kv >= "2.0.0"
  1656. mirage-kv-lwt >= "2.0.0"
  1657. mirage-kv-mem
  1658. mirage-kv-unix
  1659. mirage-logs
  1660. mirage-monitoring
  1661. mirage-mtime
  1662. mirage-nat
  1663. mirage-net
  1664. mirage-net-lwt
  1665. mirage-net-macosx >= "1.6.0"
  1666. mirage-net-solo5
  1667. mirage-net-unikraft
  1668. mirage-net-unix
  1669. mirage-net-xen
  1670. mirage-profile
  1671. mirage-protocols
  1672. mirage-protocols-lwt
  1673. mirage-ptime
  1674. mirage-qubes
  1675. mirage-qubes-ipv4
  1676. mirage-random
  1677. mirage-runtime
  1678. mirage-sleep
  1679. mirage-solo5
  1680. mirage-stack
  1681. mirage-stack-lwt
  1682. mirage-time
  1683. mirage-time-lwt
  1684. mirage-time-unix
  1685. mirage-types >= "3.6.0"
  1686. mirage-types-lwt >= "3.6.0"
  1687. mirage-unikraft
  1688. mirage-unix
  1689. mirage-vnetif
  1690. mirage-xen
  1691. mjson
  1692. mkaudio >= "1.1.0"
  1693. mkernel < "0.0.3"
  1694. mkocaml
  1695. mlbdd >= "0.7.2"
  1696. mlfenv
  1697. mlmpfr >= "4.0.2+dune"
  1698. mlpost
  1699. mlpost-lablgtk
  1700. mlt_parser
  1701. mlx
  1702. mm >= "0.7.0"
  1703. mmap
  1704. mmdb
  1705. mmo
  1706. mnd
  1707. mnet
  1708. mnet-cli
  1709. mnet-dhcp
  1710. mnet-dns
  1711. mnet-happy-eyeballs
  1712. mnet-ssh
  1713. mnet-tls
  1714. mnottui
  1715. mnotty
  1716. mock >= "0.1.1"
  1717. mock-ounit >= "0.1.1"
  1718. module-graph
  1719. molenc >= "5.0.0"
  1720. monaco_jsoo
  1721. monolith
  1722. monomorphic >= "2.0"
  1723. monorobot
  1724. moonpool
  1725. moonpool-io
  1726. moonpool-lwt
  1727. mopsa
  1728. morbig >= "0.10.3"
  1729. morsmall
  1730. moss >= "0.1.1"
  1731. mparser >= "1.3"
  1732. mparser-pcre
  1733. mparser-re
  1734. mperf
  1735. mpg123
  1736. mpp >= "0.3.4"
  1737. mpris
  1738. mpris-clients
  1739. mqtt
  1740. mrmime
  1741. msat >= "0.8"
  1742. msat-bin
  1743. msendmail
  1744. mset
  1745. msgpck >= "1.5"
  1746. msgpck-repr
  1747. mssql
  1748. msts
  1749. mtbox
  1750. mugen
  1751. mula
  1752. multibase
  1753. multicodec
  1754. multicont >= "1.0.1"
  1755. multicore-bench
  1756. multicore-magic
  1757. multicore-magic-dscheck
  1758. multihash
  1759. multihash-digestif
  1760. multipart-form-data >= "0.3.0"
  1761. multipart_form
  1762. multipart_form-cohttp-lwt
  1763. multipart_form-eio
  1764. multipart_form-lwt
  1765. multipart_form-miou
  1766. murmur3 >= "0.3"
  1767. mustache >= "3.1.0"
  1768. mustache-cli
  1769. mutaml
  1770. mutf8
  1771. mwt
  1772. mybuild >= "7"
  1773. mysql8
  1774. mysql_protocol
  1775. n_ary
  1776. naboris
  1777. nacc
  1778. nanoev
  1779. nanoev-picos
  1780. nanoev-posix
  1781. nanoev_tiny_httpd
  1782. nanoid
  1783. nanosvg
  1784. nanosvg_text
  1785. nbd >= "4.0.3"
  1786. nbd-tool
  1787. nbd-unix
  1788. nel
  1789. neo4j_bolt
  1790. neodriver
  1791. neodriver_core
  1792. neodriver_eio
  1793. neodriver_packstream
  1794. netkat
  1795. netlink >= "0.3.4"
  1796. netsnmp
  1797. neural_nets_lib < "0.6.0"
  1798. nice_parser
  1799. ninja_utils
  1800. niru
  1801. nloge
  1802. nlopt
  1803. nmea
  1804. noCanren
  1805. nocoiner
  1806. node_of_ocaml
  1807. noise
  1808. nomad
  1809. non_empty_list
  1810. nottui
  1811. nottui-lwt
  1812. nottui-miou
  1813. nottui-pretty
  1814. nottui-unix
  1815. notty >= "0.2.3"
  1816. notty-community
  1817. notty-miou
  1818. notty_async >= "v0.13.0"
  1819. np
  1820. npy >= "0.0.9"
  1821. nsq
  1822. numeric_string
  1823. nuscr
  1824. OCADml
  1825. OCanren
  1826. OCanren-ppx
  1827. OSCADml
  1828. obatcher
  1829. obeam
  1830. obelisk >= "0.5.0"
  1831. obs-eio
  1832. obs-prometheus-eio
  1833. obuilder
  1834. obuilder-spec
  1835. obus >= "1.2.1"
  1836. ocal >= "0.2.2"
  1837. ocaml-canvas
  1838. ocaml-compiler-libs >= "v0.12.0"
  1839. ocaml-embed-file
  1840. ocaml-in-python
  1841. ocaml-index
  1842. ocaml-lsp-server < "1.28.0-506~preview"
  1843. ocaml-lua
  1844. ocaml-migrate-parsetree
  1845. ocaml-migrate-parsetree-ocamlbuild
  1846. ocaml-monadic >= "0.4.1"
  1847. ocaml-print-intf
  1848. ocaml-probes
  1849. ocaml-protoc >= "2.0.1"
  1850. ocaml-protoc-plugin
  1851. ocaml-r >= "0.1.1"
  1852. ocaml-sat-solvers >= "0.8"
  1853. ocaml-syntax-shims
  1854. ocaml-systemd >= "1.3"
  1855. ocaml-top
  1856. ocaml-vdom < "transition"
  1857. ocaml-version >= "3.5.0"
  1858. ocaml-yescrypt
  1859. ocaml_db_model
  1860. ocaml_intrinsics
  1861. ocaml_intrinsics_kernel
  1862. ocaml_openapi_generator
  1863. ocaml_pgsql_model
  1864. ocaml_plugin
  1865. ocamlc-loc < "3.19.0"
  1866. ocamlcodoc
  1867. ocamldiff >= "1.2"
  1868. ocamlformat >= "0.24.1"
  1869. ocamlformat-lib
  1870. ocamlformat-mlx
  1871. ocamlformat-mlx-lib
  1872. ocamlformat-rpc < "removed"
  1873. ocamlformat-rpc-lib
  1874. ocamlfuse
  1875. ocamlgraph >= "2.0.0"
  1876. ocamlgraph_gtk
  1877. ocamlify >= "0.1.0"
  1878. ocamline
  1879. ocamlmerlin-mlx
  1880. ocamlmig < "5.4.20260731"
  1881. ocamlmod >= "0.1.1"
  1882. ocamlog
  1883. ocamlregextkit
  1884. ocannl_npy
  1885. ocb
  1886. ocf >= "0.8.0" & < "1.0.0"
  1887. ocf_ppx < "1.0.0"
  1888. ocgtk
  1889. ockt
  1890. ocluster < "0.2" | >= "0.4.0"
  1891. ocluster-api
  1892. ocluster-worker
  1893. ocolor
  1894. ocp-browser >= "1.2.1"
  1895. ocp-indent >= "1.7.0" & < "1.9.0"
  1896. ocp-indent-nlfork
  1897. ocp-index
  1898. ocp-search
  1899. ocp_reveal
  1900. ocplib-endian >= "1.1"
  1901. ocplib-json-typed-browser
  1902. ocplib-json-typed-bson
  1903. ocplib-simplex >= "0.5"
  1904. ocplib_stuff >= "0.4.0"
  1905. ocsigen-i18n >= "4.0.0"
  1906. ocsigen-ppx-rpc
  1907. ocsigenserver >= "4.0.1" & < "7.0.0"
  1908. ocsipersist < "2.1.0"
  1909. ocsipersist-dbm < "2.1.0"
  1910. ocsipersist-dbm-config < "2.1.0"
  1911. ocsipersist-lib < "2.1.0"
  1912. ocsipersist-pgsql < "2.1.0"
  1913. ocsipersist-pgsql-config < "2.1.0"
  1914. ocsipersist-sqlite < "2.1.0"
  1915. ocsipersist-sqlite-config < "2.1.0"
  1916. octavius >= "1.2.2"
  1917. ocue
  1918. odate
  1919. odds >= "1.1"
  1920. odep
  1921. odepack >= "0.6.9"
  1922. odnnr
  1923. odoc < "3.1.0"
  1924. odoc-driver < "3.1.0"
  1925. odoc-md < "3.1.0"
  1926. odoc-parser < "3.1.0"
  1927. oepub
  1928. of_json
  1929. offheap
  1930. oframl
  1931. ogg >= "1.0.0"
  1932. ohex
  1933. oidc
  1934. ojo
  1935. ojs
  1936. ojs_base
  1937. ojs_base_all
  1938. ojs_base_ppx
  1939. ojs_ed
  1940. ojs_filetree
  1941. ojs_list
  1942. oktree
  1943. olinq >= "0.3"
  1944. oma
  1945. omd >= "1.3.2"
  1946. ometrics
  1947. omg
  1948. omigrate
  1949. omlr >= "1.0.3"
  1950. omtl
  1951. oneffs
  1952. oniguruma
  1953. ooh
  1954. opam-0install
  1955. opam-0install-cudf
  1956. opam-audit
  1957. opam-bin >= "1.0.0"
  1958. opam-build
  1959. opam-check-npm-deps
  1960. opam-ci-check-lint
  1961. opam-client >= "2.0.2"
  1962. opam-compiler
  1963. opam-core >= "2.0.2"
  1964. opam-custom-install
  1965. opam-devel >= "2.0.2"
  1966. opam-dune-lint
  1967. opam-ed >= "0.4"
  1968. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1969. opam-format >= "2.0.2"
  1970. opam-graph
  1971. opam-grep >= "0.2.0"
  1972. opam-installer >= "2.0.2"
  1973. opam-minver
  1974. opam-monorepo
  1975. opam-package-upgrade >= "0.2"
  1976. opam-publish >= "2.0.2"
  1977. opam-repository >= "2.0.2"
  1978. opam-solver >= "2.0.2"
  1979. opam-spin
  1980. opam-state >= "2.0.2"
  1981. opam-test
  1982. opam_bin_lib != "0.9.5"
  1983. opasswd
  1984. opatch
  1985. opazl
  1986. openai
  1987. openai-gym
  1988. openapi
  1989. openapi-opium
  1990. openapi_router
  1991. openbsd
  1992. opencage
  1993. opencc0
  1994. opencc1
  1995. opencc1_1
  1996. openQASM
  1997. openstellina
  1998. opentelemetry
  1999. opentelemetry-client
  2000. opentelemetry-client-cohttp-eio
  2001. opentelemetry-client-cohttp-lwt
  2002. opentelemetry-client-ocurl
  2003. opentelemetry-client-ocurl-lwt
  2004. opentelemetry-cohttp-lwt
  2005. opentelemetry-logs
  2006. opentelemetry-lwt
  2007. opine
  2008. opium
  2009. opium-graphql
  2010. opium-testing
  2011. opium_kernel >= "0.17.0"
  2012. oplot
  2013. oplsr
  2014. opomodoro
  2015. opsian
  2016. optal
  2017. opti
  2018. optimization1d >= "0.6.1"
  2019. optiml-transport
  2020. optint
  2021. opus
  2022. oq
  2023. oraft
  2024. oranger >= "2.0.1"
  2025. orb
  2026. order-i3-xfce
  2027. ordering < "3.19.0"
  2028. ordinal
  2029. ordinal_abbreviation
  2030. ordma >= "0.0.5"
  2031. orec >= "1.0.1"
  2032. orewa
  2033. orf
  2034. orgeat
  2035. orpie
  2036. orrandomForest
  2037. orsvm_e1071 >= "4.0.0"
  2038. ortac-core
  2039. ortac-dune
  2040. ortac-qcheck-stm
  2041. ortac-runtime
  2042. ortac-runtime-qcheck-stm
  2043. ortac-wrapper
  2044. orthologic-coq
  2045. orxgboost >= "1.1.0"
  2046. osc >= "0.2.0"
  2047. osc-lwt
  2048. osc-unix
  2049. osdp >= "1.1.1"
  2050. oseq >= "0.2"
  2051. osh
  2052. oskel
  2053. osnap
  2054. ostap >= "0.6"
  2055. osx-keychain
  2056. osx-secure-transport
  2057. otaglibc
  2058. otf
  2059. otoggl
  2060. otoml
  2061. otr
  2062. oui
  2063. ounit = "2.1.2"
  2064. ounit-lwt < "2.2.0"
  2065. ounit2
  2066. ounit2-lwt
  2067. out-channel-redirect
  2068. override
  2069. owebview
  2070. owee
  2071. owi
  2072. owl >= "0.4.0"
  2073. owl-base >= "0.4.0"
  2074. owl-jupyter
  2075. owl-ode
  2076. owl-ode-base
  2077. owl-ode-odepack
  2078. owl-ode-sundials
  2079. owl-opt
  2080. owl-opt-lbfgs
  2081. owl-plplot
  2082. owl-symbolic
  2083. owl-top >= "0.4.0"
  2084. owl-zoo >= "0.4.0"
  2085. owork
  2086. ozulip
  2087. p4pp
  2088. p4spectec
  2089. p5scm
  2090. packstream
  2091. pacomb
  2092. paf
  2093. paf-cohttp
  2094. pageantty
  2095. pam
  2096. pancake
  2097. pandoc
  2098. pandoc-abbreviations
  2099. pandoc-comment
  2100. pandoc-crossref
  2101. pandoc-include
  2102. pandoc-inspect
  2103. pandoc-pdf2png
  2104. pandoc-replace
  2105. papi >= "0.1.1"
  2106. par_incr
  2107. parany >= "9.0.0"
  2108. pardi >= "2.0.2"
  2109. pari
  2110. pari-bindings
  2111. parmap >= "1.1.1"
  2112. parseff >= "0.2.0"
  2113. parsexp >= "v0.13.0"
  2114. parsexp_io
  2115. parsite
  2116. parsley
  2117. passage
  2118. patch
  2119. patdiff
  2120. path_glob
  2121. patience_diff
  2122. patricia-tree
  2123. pattern
  2124. pb
  2125. pb-plugin
  2126. pbkdf
  2127. pbrt
  2128. pbrt_services
  2129. pbrt_yojson
  2130. pcap-format >= "0.5.2"
  2131. pcrc
  2132. pcre >= "7.3.5"
  2133. pcre2
  2134. pds-reachability >= "0.2.2"
  2135. pecu >= "0.2"
  2136. petrol
  2137. pf-qubes
  2138. pg_query
  2139. pgocaml >= "4.0"
  2140. pgocaml_ppx
  2141. pgx
  2142. pgx_async
  2143. pgx_lwt
  2144. pgx_lwt_mirage
  2145. pgx_lwt_unix
  2146. pgx_unix
  2147. pgx_value_core
  2148. pgx_value_ptime
  2149. phantom-algebra >= "1.0.1"
  2150. phonetic
  2151. phylogenetics
  2152. piaf
  2153. picasso
  2154. picos
  2155. picos_aux
  2156. picos_io
  2157. picos_io_cohttp
  2158. picos_lwt
  2159. picos_meta
  2160. picos_mux
  2161. picos_std
  2162. piece_rope
  2163. piqi >= "0.7.8"
  2164. piqilib >= "0.6.16"
  2165. pixel_pusher
  2166. pkcs11 >= "0.18.0"
  2167. pkcs11-cli
  2168. pkcs11-driver
  2169. pkcs11-rev
  2170. pla >= "1.3"
  2171. plateau
  2172. plato
  2173. playwright
  2174. plebeia
  2175. plist-xml
  2176. plist-xml-lwt
  2177. plotkicadsch
  2178. plotly
  2179. plplot >= "5.11.0-1"
  2180. polars
  2181. polars_async
  2182. polka
  2183. poll
  2184. polling_state_rpc
  2185. polly < "0.5.0"
  2186. polymarket
  2187. polynomial
  2188. pomap
  2189. popper
  2190. portaudio >= "0.2.2"
  2191. portaudio_c_bindings
  2192. posix-base < "4.0.1"
  2193. posix-bindings < "4.0.1"
  2194. posix-getopt >= "2.0.0" & < "4.0.1"
  2195. posix-math2 < "4.0.1"
  2196. posix-signal < "4.0.1"
  2197. posix-socket < "4.0.1"
  2198. posix-socket-unix < "4.0.1"
  2199. posix-time2 < "4.0.1"
  2200. posix-types >= "2.0.0" & < "4.0.1"
  2201. posix-uname < "4.0.1"
  2202. posixat
  2203. postgres_async
  2204. postgresql >= "4.4.1"
  2205. pp
  2206. pp-binary-ints
  2207. pp_loc
  2208. pplumbing
  2209. pplumbing-err
  2210. pplumbing-log
  2211. pplumbing-log-cli
  2212. pplumbing-pp-tty
  2213. pprint >= "20200226"
  2214. ppx-owl-opt
  2215. ppx_accessor
  2216. ppx_assert
  2217. ppx_bap
  2218. ppx_base
  2219. ppx_bench
  2220. ppx_bin_prot
  2221. ppx_bin_there
  2222. ppx_bitstring < "5.0.2"
  2223. ppx_blob >= "0.6.0"
  2224. ppx_camlrack
  2225. ppx_catch
  2226. ppx_cold
  2227. ppx_compare
  2228. ppx_compose >= "0.1.0"
  2229. ppx_const
  2230. ppx_conv_func
  2231. ppx_counters
  2232. ppx_css
  2233. ppx_cstruct
  2234. ppx_cstubs
  2235. ppx_csv_conv
  2236. ppx_custom_printf
  2237. ppx_decimal
  2238. ppx_default
  2239. ppx_defer >= "0.4.0"
  2240. ppx_demo
  2241. ppx_derive_at_runtime
  2242. ppx_derivers >= "1.2.1"
  2243. ppx_deriving >= "4.5-1"
  2244. ppx_deriving_cad
  2245. ppx_deriving_cmdliner
  2246. ppx_deriving_decoders
  2247. ppx_deriving_encoding
  2248. ppx_deriving_ezjsonm
  2249. ppx_deriving_hardcaml
  2250. ppx_deriving_hash < "0.1.4"
  2251. ppx_deriving_json_schema
  2252. ppx_deriving_jsonschema
  2253. ppx_deriving_jsont
  2254. ppx_deriving_jsoo
  2255. ppx_deriving_madcast >= "0.2"
  2256. ppx_deriving_melange
  2257. ppx_deriving_popper
  2258. ppx_deriving_protobuf
  2259. ppx_deriving_qcheck
  2260. ppx_deriving_rpc
  2261. ppx_deriving_scad
  2262. ppx_deriving_variant_string
  2263. ppx_deriving_yaml
  2264. ppx_deriving_yojson
  2265. ppx_diff
  2266. ppx_disable_unused_warnings
  2267. ppx_distr_guards >= "0.2"
  2268. ppx_dream_eml
  2269. ppx_embed_file
  2270. ppx_enforce
  2271. ppx_enumerate
  2272. ppx_expect
  2273. ppx_expect_nobase >= "v0.17.2.2"
  2274. ppx_ezlua
  2275. ppx_factory
  2276. ppx_fail
  2277. ppx_fields_conv
  2278. ppx_fixed_literal
  2279. ppx_forbid
  2280. ppx_format
  2281. ppx_fun
  2282. ppx_gen_rec >= "1.1.0"
  2283. ppx_getenv
  2284. ppx_globalize
  2285. ppx_hardcaml
  2286. ppx_hash
  2287. ppx_hegel_compat
  2288. ppx_hegel_generator
  2289. ppx_hegel_test
  2290. ppx_here
  2291. ppx_ignore_instrumentation
  2292. ppx_import
  2293. ppx_inline_alcotest
  2294. ppx_inline_test
  2295. ppx_inline_test_nobase
  2296. ppx_interact
  2297. ppx_irmin
  2298. ppx_jane
  2299. ppx_js_style
  2300. ppx_jsobject_conv
  2301. ppx_jsonaf_conv
  2302. ppx_let
  2303. ppx_log
  2304. ppx_lun
  2305. ppx_make
  2306. ppx_map
  2307. ppx_marshal < "0.4.1"
  2308. ppx_marshal_ext < "0.4.1"
  2309. ppx_matches < "0.2.0"
  2310. ppx_meta_conv
  2311. ppx_mica
  2312. ppx_mikmatch
  2313. ppx_minidebug
  2314. ppx_module_timer
  2315. ppx_monad
  2316. ppx_monoid >= "0.3.2"
  2317. ppx_mysql
  2318. ppx_open
  2319. ppx_optcomp
  2320. ppx_optint
  2321. ppx_optional
  2322. ppx_parser
  2323. ppx_partial
  2324. ppx_pattern_bind
  2325. ppx_pbt
  2326. ppx_pipebang
  2327. ppx_protocol_conv
  2328. ppx_protocol_conv_json
  2329. ppx_protocol_conv_jsonm
  2330. ppx_protocol_conv_msgpack
  2331. ppx_protocol_conv_xml_light
  2332. ppx_protocol_conv_xmlm
  2333. ppx_protocol_conv_yaml
  2334. ppx_pyformat
  2335. ppx_python
  2336. ppx_quick_test
  2337. ppx_rapper
  2338. ppx_rapper_async
  2339. ppx_rapper_lwt
  2340. ppx_regexp >= "0.4.0"
  2341. ppx_repr
  2342. ppx_seq
  2343. ppx_sexp_conv
  2344. ppx_sexp_message
  2345. ppx_sexp_value
  2346. ppx_show
  2347. ppx_stable
  2348. ppx_stable_witness
  2349. ppx_string
  2350. ppx_string_conv
  2351. ppx_string_interpolation
  2352. ppx_subliner
  2353. ppx_system
  2354. ppx_test
  2355. ppx_tools
  2356. ppx_tools_versioned
  2357. ppx_trace
  2358. ppx_ts
  2359. ppx_tydi
  2360. ppx_type_directed_value
  2361. ppx_typed_fields
  2362. ppx_typerep_conv
  2363. ppx_tyre
  2364. ppx_units
  2365. ppx_unreachable
  2366. ppx_update
  2367. ppx_variants_conv
  2368. ppx_viewpattern
  2369. ppx_wideopen
  2370. ppx_xml_conv
  2371. ppx_yojson
  2372. ppx_yojson_conv
  2373. ppx_yojson_conv_lib
  2374. ppxfind
  2375. ppxlib
  2376. ppxlib-tools
  2377. ppxlib_jane
  2378. ppxx
  2379. pratter
  2380. prbnmcn-basic-structures
  2381. prbnmcn-cgrph
  2382. prbnmcn-clustering
  2383. prbnmcn-dagger
  2384. prbnmcn-dagger-gsl
  2385. prbnmcn-dagger-stats
  2386. prbnmcn-dagger-test
  2387. prbnmcn-gnuplot
  2388. prbnmcn-linalg
  2389. prbnmcn-mcts
  2390. prbnmcn-proptest
  2391. prbnmcn-stats
  2392. prbnmcn-ucb1
  2393. prc
  2394. preface
  2395. prelude
  2396. pretty_expressive
  2397. prettym
  2398. print-table
  2399. printbox >= "0.3"
  2400. printbox-ext-plot
  2401. printbox-html
  2402. printbox-md
  2403. printbox-text >= "0.6.1"
  2404. proc-smaps
  2405. process_limits
  2406. processor
  2407. producer
  2408. prof_spacetime
  2409. profiling
  2410. profunctor
  2411. progress < "0.5.0"
  2412. prolect
  2413. prom
  2414. prometheus >= "0.6"
  2415. prometheus-app >= "0.6"
  2416. prometheus-eio
  2417. prometheus-liquidsoap >= "2"
  2418. prometheus-lwt
  2419. prometheus-reporter
  2420. promise
  2421. promise_jsoo
  2422. promise_jsoo_lwt
  2423. protocell
  2424. protocol-9p >= "1.0.0"
  2425. protocol-9p-tool >= "1.0.0"
  2426. protocol-9p-unix >= "1.0.0"
  2427. protocol_version_header
  2428. provider
  2429. prr
  2430. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2431. psq >= "0.1.1"
  2432. ptmap >= "2.0.5"
  2433. ptset
  2434. pulseaudio >= "0.1.4"
  2435. pure-html
  2436. pure-splitmix >= "0.3"
  2437. purl
  2438. pvec
  2439. pxshot
  2440. py >= "1.1"
  2441. pyast
  2442. pyml >= "20210924"
  2443. pyml_bindgen >= "0.3.0"
  2444. pyre-ast
  2445. pythonlib
  2446. qbf >= "0.3"
  2447. qcaml
  2448. qcheck >= "0.13"
  2449. qcheck-alcotest
  2450. qcheck-core
  2451. qcheck-lin < "0.10"
  2452. qcheck-multicoretests-util < "0.10"
  2453. qcheck-ounit
  2454. qcheck-stm < "0.10"
  2455. qdrant
  2456. qinap
  2457. qiskit
  2458. qmp >= "0.19.0"
  2459. qrencode
  2460. qtest >= "2.10.1"
  2461. queenshead
  2462. query-json
  2463. quests
  2464. quick_print
  2465. quickjs
  2466. radamsa
  2467. radare2 >= "0.0.3"
  2468. randii
  2469. random
  2470. randomconv
  2471. randoml
  2472. range >= "0.8"
  2473. rangeSet
  2474. rankers
  2475. ravel
  2476. rawlink
  2477. rawlink-eio
  2478. rawlink-lwt
  2479. raygui < "1.5.1"
  2480. raylib < "1.5.1"
  2481. rdbg >= "1.196.12"
  2482. rdf >= "0.13.0" & < "1.1.0"
  2483. rdf_impls < "1.1.0"
  2484. rdf_json_ld < "1.1.0"
  2485. rdf_lwt < "1.1.0"
  2486. rdf_mysql < "1.1.0"
  2487. rdf_postgresql < "1.1.0"
  2488. rdf_ppx < "1.1.0"
  2489. re >= "1.9.0"
  2490. re2
  2491. re2_stable
  2492. re_parser
  2493. rea
  2494. react-rules-of-hooks-ppx
  2495. reactiveData >= "0.2.4"
  2496. reactjs-jsx-ppx
  2497. readability_metrics
  2498. readline
  2499. reanalyze
  2500. reason < "3.17.2"
  2501. reason-react
  2502. reason-react-ppx
  2503. reason-standard
  2504. received
  2505. record_builder
  2506. records >= "1.0.0"
  2507. red-black-tree
  2508. reddit_api_async
  2509. reddit_api_kernel
  2510. redirect
  2511. redis >= "0.4"
  2512. redis-async
  2513. redis-lwt >= "0.4"
  2514. redis-sync >= "0.4"
  2515. reed-solomon-erasure >= "1.0.2"
  2516. reedsolomon
  2517. refl
  2518. regex_parser_intf
  2519. regrade
  2520. relude
  2521. remu_ts
  2522. reparse
  2523. reparse-lwt
  2524. reparse-lwt-unix
  2525. reparse-unix
  2526. repr
  2527. repr-bench
  2528. repr-fuzz
  2529. requisite
  2530. res >= "5.0.1"
  2531. res_tailwindcss
  2532. rescript-syntax
  2533. rescriptdep
  2534. reshowcase
  2535. resource-pooling >= "1.1"
  2536. resource_cache
  2537. resp
  2538. resp-client
  2539. resp-mirage
  2540. resp-server >= "0.9"
  2541. resp-unix
  2542. resto
  2543. resto-acl
  2544. resto-cohttp
  2545. resto-cohttp-client
  2546. resto-cohttp-self-serving-client
  2547. resto-cohttp-server
  2548. resto-directory
  2549. resto-json
  2550. restricted
  2551. result
  2552. rfc1951 >= "0.8.1" & != "1.0.0"
  2553. rfc6287 >= "1.0.4"
  2554. rfc7748
  2555. rfsm >= "1.6-alpha-3"
  2556. rhythm
  2557. ringo
  2558. ringo-lwt
  2559. rio
  2560. riot
  2561. river
  2562. robotstxt
  2563. rock
  2564. rocq-core
  2565. rocq-devtools
  2566. rocq-runtime
  2567. rocqide
  2568. roman
  2569. root1d >= "0.5.1"
  2570. rope >= "0.6.2"
  2571. rosa
  2572. rosetta >= "0.2.0"
  2573. routes
  2574. rowex
  2575. rpc
  2576. rpc_parallel
  2577. rpclib
  2578. rpclib-async
  2579. rpclib-html
  2580. rpclib-js
  2581. rpclib-lwt
  2582. rpmfile
  2583. rpmfile-cli
  2584. rpmfile-eio
  2585. rpmfile-unix
  2586. rsdd
  2587. rss
  2588. rtop < "3.17.2"
  2589. rtree
  2590. rungen
  2591. runtime_events_tools < "0.5.4"
  2592. runtime_events_tools_bare < "0.5.4"
  2593. rusage
  2594. rust-staticlib-gen
  2595. rust-staticlib-virtual
  2596. SZXX
  2597. safemoney
  2598. safepass >= "3.1"
  2599. sail >= "0.15" & < "0.20.2"
  2600. sail_c_backend < "0.20.2"
  2601. sail_coq_backend < "0.20.2"
  2602. sail_doc_backend < "0.20.2"
  2603. sail_latex_backend < "0.20.2"
  2604. sail_lean_backend < "0.20.2"
  2605. sail_lem_backend < "0.20.2"
  2606. sail_maker < "0.20.2"
  2607. sail_manifest
  2608. sail_ocaml_backend < "0.20.2"
  2609. sail_output < "0.20.2"
  2610. sail_smt_backend < "0.20.2"
  2611. sail_sv_backend < "0.20.2"
  2612. salsa20 >= "1.0.0"
  2613. salsa20-core >= "1.0.0"
  2614. salto-analyzer < "0.2"
  2615. saltoIL < "0.2.1"
  2616. samplerate >= "0.1.6"
  2617. sanddb >= "0.2"
  2618. sarek
  2619. sarif
  2620. satex
  2621. saturn
  2622. saturn_lockfree
  2623. satyrographos
  2624. savvy
  2625. scad_ml
  2626. scfg
  2627. scgi
  2628. scipy
  2629. scrypt-kdf
  2630. sd_logic
  2631. sdl-liquidsoap >= "3"
  2632. search
  2633. searchTree
  2634. secp256k1 >= "0.4.1"
  2635. secp256k1-internal
  2636. secret
  2637. sedlex
  2638. sek
  2639. sel
  2640. semantic_version
  2641. semaphore-compat
  2642. semv
  2643. semver >= "0.2.1"
  2644. semver2
  2645. sendmail
  2646. sendmail-lwt
  2647. sendmail-miou-unix
  2648. sendmail-mirage
  2649. sentry
  2650. seq < "base"
  2651. seqes
  2652. sequencer_table
  2653. serde
  2654. serde_debug
  2655. serde_derive
  2656. serde_json
  2657. serde_sexpr
  2658. serde_xml
  2659. serial
  2660. server-reason-react
  2661. session >= "0.4.1"
  2662. session-cohttp >= "0.4.1"
  2663. session-cohttp-async >= "0.4.1"
  2664. session-cohttp-lwt >= "0.4.1"
  2665. session-cookie
  2666. session-cookie-async
  2667. session-cookie-lwt
  2668. session-postgresql >= "0.4.1"
  2669. session-postgresql-async
  2670. session-postgresql-lwt
  2671. session-redis-lwt >= "0.4.1"
  2672. session-webmachine >= "0.4.1"
  2673. setcore >= "1.0.2"
  2674. sexp
  2675. sexp_decode
  2676. sexp_diff
  2677. sexp_diff_kernel
  2678. sexp_grammar
  2679. sexp_macro
  2680. sexp_pretty
  2681. sexp_select
  2682. sexp_string_quickcheck
  2683. sexplib >= "v0.13.0"
  2684. sexplib0 >= "v0.12.0"
  2685. sexps-rewriter
  2686. sgf
  2687. sha >= "1.13"
  2688. shades
  2689. shakuhachi
  2690. shapefile
  2691. shared-block-ring
  2692. shared-memory-ring
  2693. shared-memory-ring-lwt
  2694. shared-secret >= "0.4"
  2695. shell
  2696. sherlodoc < "3.1.0"
  2697. shexp
  2698. shine >= "0.2.2"
  2699. shuttle
  2700. shuttle_http
  2701. shuttle_ssl
  2702. shuttle_websocket
  2703. sifun
  2704. signal
  2705. sihl
  2706. sihl-cache
  2707. sihl-contract
  2708. sihl-core
  2709. sihl-email
  2710. sihl-facade
  2711. sihl-persistence
  2712. sihl-queue
  2713. sihl-session
  2714. sihl-storage
  2715. sihl-token
  2716. sihl-type
  2717. sihl-user
  2718. sihl-web
  2719. simlog
  2720. simple63
  2721. simple_httpd
  2722. simple_httpd_caqti
  2723. sitemap
  2724. sklearn
  2725. slack
  2726. slacko
  2727. slice
  2728. slipshow
  2729. slug
  2730. smaji_glyph_path
  2731. smart-print >= "0.3.0"
  2732. smaws-clients
  2733. smaws-lib
  2734. smol
  2735. smol-helpers
  2736. smtlib-utils
  2737. smtml < "0.10.0"
  2738. snappy
  2739. snf_mcp
  2740. snoke
  2741. so
  2742. sodium-fmt
  2743. solid < "0.5.0"
  2744. solid_server < "0.5.0"
  2745. solid_tools < "0.5.0"
  2746. solidity-alcotest
  2747. solidity-common
  2748. solidity-parser
  2749. solidity-test
  2750. solidity-typechecker
  2751. solo5-elftool
  2752. sortedseq_intersect
  2753. sosie
  2754. soundtouch >= "0.1.9"
  2755. soupault
  2756. spacetime_lib
  2757. spatial-shell
  2758. spawn < "v0.9.0" | >= "v0.13.0"
  2759. spdx_licenses
  2760. spectrum
  2761. spectrum_capabilities
  2762. spectrum_palette_ppx
  2763. spectrum_palettes
  2764. spectrum_tools
  2765. speed
  2766. speex
  2767. spelll >= "0.4"
  2768. spices
  2769. spin
  2770. splay_tree
  2771. splittable_random
  2772. spoc
  2773. spoc_ppx
  2774. spoke
  2775. spotify-web-api
  2776. spotify_ml
  2777. spotlib >= "4.1.0"
  2778. spurs
  2779. sqids
  2780. sqlgg >= "20200521"
  2781. sqlite3 >= "4.4.1"
  2782. sqlite3_utils
  2783. srt
  2784. ssh-agent >= "0.2.0"
  2785. ssl >= "0.5.6"
  2786. starpath
  2787. starred_ml < "0.0.8"
  2788. stdcompat >= "19"
  2789. stdint >= "0.6.0"
  2790. stdint-literals
  2791. stdio
  2792. stdlib-diff
  2793. stdlib-random
  2794. stdlib-shims
  2795. stdune < "3.19.0"
  2796. stitch
  2797. stk < "0.5.0"
  2798. stk_iconv < "0.5.0"
  2799. stk_ocf < "0.5.0"
  2800. stk_ppx < "0.5.0"
  2801. stk_rdf < "0.5.0"
  2802. stk_xml < "0.5.0"
  2803. stog >= "0.20.0"
  2804. stog_all
  2805. stog_asy
  2806. stog_dot
  2807. stog_extern
  2808. stog_markdown
  2809. stog_multi_doc
  2810. stog_nocaml
  2811. stog_noexec
  2812. stog_plugins
  2813. stog_rdf
  2814. stog_rel_href
  2815. stog_server
  2816. stog_server_multi
  2817. stog_sitemap
  2818. stog_writing
  2819. stone >= "0.5.2"
  2820. store
  2821. store-dict
  2822. store-pushqueue
  2823. stored_reversed
  2824. stramon-lib
  2825. streamable
  2826. streaming
  2827. string_dict
  2828. stringCodepointSplitter
  2829. stringext >= "1.6.0"
  2830. stringx
  2831. sturgeon >= "0.4.2"
  2832. styled-ppx
  2833. subprocess
  2834. subscriptions-transport-ws
  2835. subtype-refinement >= "0.2"
  2836. sun
  2837. svmwrap
  2838. swagger >= "0.2.0"
  2839. swapfs
  2840. swhid
  2841. swhid_compute
  2842. swhid_core
  2843. swhid_types
  2844. swipl
  2845. syguslib-utils
  2846. symex
  2847. synchronizer
  2848. syncweb
  2849. syndic >= "1.6.0"
  2850. synopsis
  2851. sys-socket
  2852. sys-socket-unix
  2853. syslog >= "2.0.1"
  2854. syslog-message >= "1.0.0"
  2855. syslog-rfc5424 < "0.2"
  2856. systemverilog >= "0.0.2"
  2857. syto
  2858. tablecloth-base
  2859. tablecloth-melange
  2860. tablecloth-native < "transition"
  2861. tabr
  2862. taglib >= "0.3.7"
  2863. talaria-bibtex
  2864. tar
  2865. tar-eio
  2866. tar-mirage
  2867. tar-unix
  2868. tcalc
  2869. tcpip
  2870. tdigest
  2871. telemetry
  2872. telltime
  2873. tensorboard
  2874. term-indexing
  2875. term-tools
  2876. termaid
  2877. terminal < "0.5.0"
  2878. terminal_size >= "0.1.4"
  2879. terminus
  2880. terminus-cohttp
  2881. terminus-hlc
  2882. terml
  2883. testo < "0.3.4"
  2884. testo-diff < "0.3.4"
  2885. testo-lwt < "0.3.4"
  2886. testo-util < "0.3.4"
  2887. testu01
  2888. textmate-language
  2889. textrazor
  2890. textutils
  2891. textutils_kernel
  2892. textwrap >= "0.2.1"
  2893. tezos-base58
  2894. tezos-context-hash
  2895. tezt < "4.3.0"
  2896. tezt-bam
  2897. theo
  2898. theora
  2899. thread-local-storage
  2900. thread-table
  2901. thrift
  2902. tidy
  2903. tidy_email
  2904. tidy_email_mailgun
  2905. tidy_email_sendgrid
  2906. tidy_email_smtp
  2907. tilde_f
  2908. time_now
  2909. timed >= "1.1"
  2910. timedesc
  2911. timedesc-json
  2912. timedesc-sexp
  2913. timedesc-tzdb
  2914. timedesc-tzlocal
  2915. timedesc-tzlocal-js
  2916. timere
  2917. timere-parse
  2918. timezone
  2919. timmy
  2920. timmy-jsoo
  2921. timmy-lwt
  2922. timmy-unix
  2923. tiny_httpd
  2924. tiny_httpd_camlzip
  2925. tiny_httpd_eio
  2926. tip-parser >= "0.4"
  2927. tldr
  2928. tls >= "0.12.8"
  2929. tls-async
  2930. tls-eio
  2931. tls-liquidsoap
  2932. tls-lwt
  2933. tls-miou-unix
  2934. tls-mirage
  2935. tm-grammars
  2936. toc
  2937. tofn
  2938. togglelog
  2939. toml
  2940. toml-cconv
  2941. toml_cconv
  2942. toplevel_backend
  2943. toplevel_expect_test
  2944. topojson
  2945. topojsone
  2946. topological_sort
  2947. topup
  2948. torch
  2949. tqdm
  2950. trace
  2951. trace-fuchsia
  2952. trace-runtime-events
  2953. trace-tef
  2954. tracing
  2955. tracy-client
  2956. trail
  2957. traits
  2958. trampoline
  2959. transept
  2960. transom
  2961. traverse
  2962. travesty
  2963. trax >= "0.4.0"
  2964. tree_layout >= "0.2"
  2965. treeprint >= "2.3.0"
  2966. trexio
  2967. trie
  2968. trs
  2969. tsdl-image >= "0.3.0"
  2970. tsdl-mixer
  2971. tsdl-ttf >= "0.3"
  2972. tsort
  2973. tty
  2974. tube >= "4.4.0"
  2975. tuntap
  2976. twirp_cohttp_lwt_unix
  2977. twirp_core
  2978. twirp_ezcurl
  2979. twirp_tiny_httpd
  2980. twostep
  2981. tyabt
  2982. type_eq
  2983. type_id
  2984. typed_list
  2985. typeid
  2986. typerep >= "v0.13.0"
  2987. typeset
  2988. tyre >= "0.5"
  2989. tyxml >= "4.3.0" & < "5.0.0"
  2990. tyxml-jsx < "5.0.0"
  2991. tyxml-lwd
  2992. tyxml-ppx >= "4.3.0" & < "5.0.0"
  2993. tyxml-syntax < "5.0.0"
  2994. ubase
  2995. ubpf >= "0.2"
  2996. uecc >= "0.3"
  2997. ufind
  2998. uint >= "2.0.1"
  2999. ulid
  3000. um-abt
  3001. unic
  3002. unidecode
  3003. unionFind
  3004. uniq
  3005. unisim_archisec < "0.0.14"
  3006. unison < "2.53.4"
  3007. universal-portal
  3008. universo
  3009. unix-errno >= "0.6.0"
  3010. unix-type-representations >= "0.1.3"
  3011. unstrctrd
  3012. uopt
  3013. uri >= "2.2.1"
  3014. uri-bench
  3015. uri-re
  3016. uri-sexp
  3017. uring
  3018. uring-trace
  3019. uritemplate
  3020. urn
  3021. user-agent-parser
  3022. username_kernel
  3023. uspf
  3024. uspf-lwt
  3025. uspf-mirage
  3026. uspf-unix
  3027. utcp
  3028. utop
  3029. uuuu >= "0.1.1"
  3030. validate
  3031. validator
  3032. valkey
  3033. variantslib >= "v0.13.0"
  3034. varray
  3035. vcaml
  3036. vcardgen >= "1.2"
  3037. vchan
  3038. vchan-unix
  3039. vchan-xen
  3040. vdom
  3041. vec
  3042. vector
  3043. vector3 >= "1.0.0"
  3044. vendredi
  3045. vercel
  3046. versioned_polling_state_rpc
  3047. vhd-format >= "0.12.0"
  3048. vhd-format-lwt
  3049. vif
  3050. vifu
  3051. virtual_dom
  3052. virtual_dom_toplayer
  3053. visitors >= "20200207"
  3054. vlq >= "0.2.1"
  3055. vlt
  3056. vmnet
  3057. vocal
  3058. volgo
  3059. volgo-base
  3060. volgo-git-backend
  3061. volgo-git-eio
  3062. volgo-git-unix
  3063. volgo-hg-backend
  3064. volgo-hg-eio
  3065. volgo-hg-unix
  3066. volgo-vcs
  3067. voqc
  3068. vorbis
  3069. vpt >= "5.0.0"
  3070. vscoq-language-server < "2.3.3"
  3071. vsrocq-language-server
  3072. vue-jsoo
  3073. vue-ppx
  3074. wall
  3075. wasm >= "2.0.2"
  3076. wasm_of_ocaml-compiler < "6.1.0"
  3077. wasmer
  3078. wasmtime
  3079. wayland
  3080. waylaunch
  3081. wcwidth
  3082. webauthn
  3083. weberizer >= "0.8"
  3084. webmachine >= "0.6.2"
  3085. websocket >= "2.12"
  3086. websocket-async
  3087. websocket-lwt
  3088. websocket-lwt-unix
  3089. websocketaf
  3090. webtest
  3091. webtest-js
  3092. why3find
  3093. wikitext
  3094. win-error >= "1.0"
  3095. win-eventlog >= "0.3"
  3096. winsvc
  3097. wol
  3098. wol-eio
  3099. wol-mirage
  3100. ws
  3101. ws-server
  3102. wseg
  3103. wtf8 >= "1.0.2"
  3104. wtr
  3105. wtr-ppx
  3106. wu-manber-fuzzy-search
  3107. x509
  3108. x86_64-esperanto >= "0.0.6"
  3109. xapi-backtrace
  3110. xapi-inventory
  3111. xapi-rrd
  3112. xapi-stdext-date
  3113. xapi-stdext-encodings
  3114. xapi-stdext-pervasives
  3115. xapi-stdext-std
  3116. xapi-stdext-threads
  3117. xapi-stdext-unix
  3118. xapi-stdext-zerocheck
  3119. xcursor
  3120. xdg < "3.19.0"
  3121. xdg-basedir
  3122. xedbindings
  3123. xen-evtchn
  3124. xen-evtchn-unix
  3125. xen-gnt
  3126. xen-gnt-unix
  3127. xenstore
  3128. xenstore-tool
  3129. xenstore_transport >= "1.1.0"
  3130. xkbcommon
  3131. xlsx2csv
  3132. xmelly
  3133. xml-light >= "2.5"
  3134. xmldiff >= "0.7.0"
  3135. xmldiff_js
  3136. xmlplaylist >= "0.1.5"
  3137. xoshiro
  3138. xtmpl >= "0.19.0" & < "1.1.0"
  3139. xtmpl_js < "1.1.0"
  3140. xtmpl_ppx < "1.1.0"
  3141. yaml >= "1.0.0"
  3142. yaml-sexp
  3143. yara >= "0.2"
  3144. yocaml < "2.6.0"
  3145. yocaml_cmark
  3146. yocaml_cmarkit < "2.6.0"
  3147. yocaml_eio < "2.6.0"
  3148. yocaml_git < "2.6.0"
  3149. yocaml_jingoo < "2.6.0"
  3150. yocaml_markdown < "2.6.0"
  3151. yocaml_mustache < "2.6.0"
  3152. yocaml_omd < "2.6.0"
  3153. yocaml_otoml < "2.6.0"
  3154. yocaml_runtime < "2.6.0"
  3155. yocaml_syndication < "2.6.0"
  3156. yocaml_unix < "2.6.0"
  3157. yocaml_yaml < "2.6.0"
  3158. yojson >= "1.5.0"
  3159. yojson-bench
  3160. yojson-five
  3161. yosqlite
  3162. yultracer
  3163. yurt >= "0.6"
  3164. yuscii >= "0.2.1"
  3165. yuujinchou
  3166. zanuda
  3167. zar
  3168. zarith-ppx
  3169. zarith_stubs_js
  3170. zarr
  3171. zarr-eio
  3172. zarr-lwt
  3173. zarr-sync
  3174. zdd
  3175. zed >= "2.0.6"
  3176. zeit
  3177. zelus
  3178. zelus-gtk
  3179. zipperposition
  3180. zipperposition-tools
  3181. zlib
  3182. zlist >= "0.4.0"
  3183. zmq >= "5.1.0"
  3184. zmq-async >= "5.1.0"
  3185. zmq-eio
  3186. zmq-lwt >= "5.1.0"
  3187. zstandard
  3188. zstd >= "0.3"
  3189. 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"