package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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