package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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.

Published: 08 Jan 2024

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