package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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.3"

Dev Dependencies

None

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